PDA

Click to See Complete Forum and Search --> : using window.open -> not alowing resizing


sebs
Jun 8th, 2001, 11:48 AM
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!

sail3005
Jun 8th, 2001, 12:52 PM
perhaps try spelling out false:

resizeable="false"

just a guess. Funny, something actually works in NS, and NOT IE!!! :D

Matthew Gates
Jun 8th, 2001, 01:58 PM
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,resi zable=0,width=602,height=105');



See how resizable=0, that works, so you can't resize popup windows, does it not work for you?

sail3005
Jun 11th, 2001, 01:07 PM
Sebs, it works for me too...

sebs
Jun 11th, 2001, 01:17 PM
sorry guys,

it works for me too!!!

but i meant maximize!!

sorry!!

how can i prevent for maximizing!!

Wynd
Jun 11th, 2001, 01:25 PM
Well, if you just use the width and height, all the other options default to no.


popup = window.open(popupURL,adname,"width=602,height=105");


That window can't be resized or maximized.

sebs
Jun 11th, 2001, 01:51 PM
tx Wynd

but still not working,

i still can maximize in explorer, not in NN!


tx again!

sebs!

Wynd
Jun 11th, 2001, 07:55 PM
What version of explorer are you using? I am using 5.5 and it works fine.

sebs
Jun 12th, 2001, 07:12 AM
I havw version 5!

that must be why!!

:(