P PiotrG Aug 10, 2004 #1 Hi all, is the way to open new IE window not including address bar? Regards, PiotrG
T Toby Mathews Aug 10, 2004 #2 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,
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,
S Shiva Aug 10, 2004 #3 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
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