Open URLs in IE with no controls...

  • Thread starter Thread starter Tor Tveitane
  • Start date Start date
T

Tor Tveitane

Hi,

How can I open a URL in IE6 (from desktop shortcut and from web page)
without IE's normal menus, buttons and address bar? (I.e. only a window
with a title bar with the opened web page filling the whole window).

How can I open a URL in IE6 with only its small speedbuttons at the upper
frame? (Same as pressing F11 except that IE6 isn't maximized).

Thanks for hints and info to achieve this

rgds

Tor
 
[cross-posting from ie6.browser to inetexplorer.scripting]
How can I open a URL in IE6 (from desktop shortcut and from web page)
without IE's normal menus, buttons and address bar?
....

You need to use scripting to do this, though it may be possible
to do it in a script fragment in a shortcut. E.g. something like
javascript:window.open(....

The ie6.browser newsgroup doesn't really support questions like this.
Try this one instead:

< >

For more information on a related issue try a Google Groups search
with keyword chromeless


Good luck

Robert Aldwinckle
 
Back
Top