View Full Version : Popup that u can't


keishafan
05-06-2004, 01:28 PM
rezise or make bigger and smaller?
is there a code for a pop-up like that?



also,...
one of my friends found something but it wouldn't let resize in her comp but let's in my comp... so some code that would work in (almost) all comps...

Calidris
05-06-2004, 05:56 PM
I assume you're talking about a popup created with javascript window.open?

If so, you can set the third paramater to any features you do or don't want.

e.g. window.open("Sample.htm","Sample", "resizable=no");

More information available here:
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp