faqts : Computers : Programming : Languages : JavaScript : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

6 of 7 people (86%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

How can i open a window with a specific height and width in Netscape

Sep 26th, 2000 21:49
Mike Hall, Samson V, http://developer.netscape.com/docs/manuals/js/client/jsref/index.htm


The basic code is:
window.open("myPage.html", "anyNameHere", "width=400,height=200");
See the Netscape JavaScript reference (link above) for the full details.