Subj : Re: Can I open window with resizable=no? To : netscape.public.mozilla.jseng From : Tim Diggins Date : Thu Feb 26 2004 02:06 am John wrote: > Hi all, > > I am a newbie in programming Javascript. > I would like to ask, is mozilla support window.open(xxx, xxx, > 'resizable=no')? > I cannot popup a non-resizable window in mozilla, > can anyone tell me how to do so? > > John > The short answer is yes. I'm not an expert at all, but I tried the following minimal (invalid) html file in Mozilla 1.6 and it worked fine: try this .