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