RC <raymond.chui (AT) nospam (DOT) noaa.gov> wrote:
Quote:
I know how to do this in JavaScript by
window.open("newFile.html",
"newTarget",
"scrollbars=no,resizable=0,width=200,height=200");
The browser will open a new window size 200x200, not allow resize and
no auto horizontal, vertical scrolling bars. |
Maybe. Maybe not. That depends on the browser, and on the browser settings.
My browser allows me to resize and scroll all windows. And window.open()
may or may not open a new window/tab, depending on which site I'm visiting
and the context in which window.open() is used.
And of course, in some browsing environments, concepts like "window" or
"pixel" may be irrelevant.
--
Darin McGrew, mcgrew (AT) stanfordalumni (DOT) org,
http://www.rahul.net/mcgrew/
Web Design Group, darin (AT) htmlhelp (DOT) com,
http://www.HTMLHelp.com/
The box said, "Requires Windows 98 or better." So I installed Linux.