IE question about hidding addr bar

  • Thread starter Thread starter PiotrG
  • Start date Start date
Yes, using Javascript you can do:

window.open('Page.htm','SomeName','location=no');

If the 'location' argument is set to 'no', as above, or ommitted the address
bar will not appear,
 
You mean from HTML/JavaScript? If so, set the 'loction' feature to 0 in
window.open() as in, window.open ('<url>', 'myWin', 'location=0');

Hi all,
is the way to open new IE window not including address bar?
Regards,
PiotrG
 
Back
Top