B
Bernie
I'd like to create a popup page with a height and width
that I set. The window should not be sizeable, have no
scrollbars, menubar, or toolbar. In JavaScript I've found
the window.open method and has the attributes I want to
control. However this script only applies if I open one
page from another. Since my popup page will be accessable
from many different locations I'd like to control the
attributes from within the popup page, either through HTML
or a script. Any suggestions would be most appreciated.
that I set. The window should not be sizeable, have no
scrollbars, menubar, or toolbar. In JavaScript I've found
the window.open method and has the attributes I want to
control. However this script only applies if I open one
page from another. Since my popup page will be accessable
from many different locations I'd like to control the
attributes from within the popup page, either through HTML
or a script. Any suggestions would be most appreciated.