I am presuming that .. you are looking for the syntax of using window.open!
It is window.open(PageName, WindowName, FeatureList).
Sample:
window.open("welcomepage.aspx") will do.
Some of the featureList which comes to my mind now are as follows:
status, toolbar, location, menubar, resizable, scrollbars, height, width etc.,
Sample 2:
window.open("dummypage.aspx", "testwindow", "location=1, width=200, height=150")
-- This new window would be of size 200x150 and it will have a location bar in it. Hope this helps!!
Best Regards
Vadivel
MVP ASP/ASP.NET
http://vadivel.thinkingms.com