Hi,

I want to disable resize of popup window. I am using following code but this is not working in any browser.

My Code::

window.open(url,'POPUP', "width=360,height=400,toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no");

And when i m using <BODY Onload='noresize'>.
This code working in only in IE not in mozilla.

Please help me

Thanks in advance

Pankaj

I say instead of setting yes/no , try to set it by true/false.

========================================================================================

Hi,

I want to disable resize of popup window. I am using following code but this is not working in any browser.

My Code::

window.open(url,'POPUP', "width=360,height=400,toolbar=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no");

And when i m using <BODY Onload='noresize'>.
This code working in only in IE not in mozilla.

Please help me

Thanks in advance

Pankaj

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.