Cien S

Cien S

  • NA
  • 19
  • 0

Disable Resizing of new popup windows

Jun 16 2010 11:15 AM
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

Answers (1)