![]() |
|
|
+ Search |
![]()
|
May 8th, 2000 08:17
Martin Honnen,
When you open a window with
open ('whatever.html', 'windowName', 'resizable=0')
it is not resizable.
NN4 also offers
window.setResizable(false)
for an already opened window. The manual warns about that not working
on all platforms and I have only checked it on Win9x to work.