In Netscape you can use:
resizable=0
but in Explorer what can i use:
i tried :
resizable=0
resizable=no
resizable='no'
resize=0
resize=no
resize='no'
with no chance!
Printable View
In Netscape you can use:
resizable=0
but in Explorer what can i use:
i tried :
resizable=0
resizable=no
resizable='no'
resize=0
resize=no
resize='no'
with no chance!
perhaps try spelling out false:
resizeable="false"
just a guess. Funny, something actually works in NS, and NOT IE!!! :D
This was takin' from an Angelfire homepage, which opens up a popup window and doesn't allow resizing.
popup = window.open(popupURL,adname,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=602,height=105');
See how resizable=0, that works, so you can't resize popup windows, does it not work for you?
Sebs, it works for me too...
sorry guys,
it works for me too!!!
but i meant maximize!!
sorry!!
how can i prevent for maximizing!!
Well, if you just use the width and height, all the other options default to no.
That window can't be resized or maximized.Code:popup = window.open(popupURL,adname,"width=602,height=105");
tx Wynd
but still not working,
i still can maximize in explorer, not in NN!
tx again!
sebs!
What version of explorer are you using? I am using 5.5 and it works fine.
I havw version 5!
that must be why!!
:(