You are here: irt.org | About | Feedback | 714 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q406
Sent by
Johan Alveborg on January 09, 2000 at 20:18:29:
Worth:
Worth reading
Comments:
It is possible to do this in NN without any extra privilegies, I have not yet gotten it to work in IE.
What you do is:
If the current browser window is not named, name it like:
window.name = 'SomeWindow'
Then use the window.open method and pass the same name to the function, to turn off the scrollbars for example:
window.open('foo.htm','SomeWindow','scrollbars=no');