![]() |
|
|
+ Search |
![]()
|
Dec 14th, 2006 06:22
Michael Seipp, n k,
(MS 12/dec/2006)
depending on how the window is opened you are limited to the defaults
set by the browser. If the window is only accessible through your
control you can set the parameters in the opening tag...
eg. var newWin = window.open
("example.htm","newWin ","scrollbars=1,menubar=0,width=600px,height=300
px")
this will give you more control, but not full control.