[thelist] Setting Window Attributes
Jay Blanchard
thelist at lists.evolt.org
Tue Apr 30 09:06:01 2002
[snip]
I have a requirement to develop a training program using html. One of the
requirements is that the courseware run in a browser window with only the
toolbar showing. Question, how do I code my page so that when you access my
webpage that it automatically opens with only the toolbar showing. I've
looked at window.open in Javascript, but that seems to be used only for
opening a new window. I need each page to open with only the toolbar
showing. Is this possible?
[/snip]
Have you considered HTA's? (HTML Applications)
[watch wraps]
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/overv
iew/htaoverview.asp
http://www.jansfreeware.com/articles/ie5hta.html
http://www.webreference.com/js/column39/
http://www.vbwm.com/articles/2002/abarfield/hta01/
or seacrh Google http://www.google.com/search?hl=en&q=hta+applications
[/watch wraps]
HTH!
Jay