Hi all,
I am using javascript to open a popup window. Is there any way we can
disable the minimize button in this window? The maximize button is
disabled. I want the same for the minimize button.
Here is the javascript code that opens the window :
child = window.open('Ne wWindow.aspx', null, 'width=850, height=450,
directories=no, menubar=no, resizable=no, scrollbars=no, status=no,
toolbar=no, directories=no' );
don't bother about the query string parameters. Any help in this
matter will be greatly appreciated. Can u also send replies to my
hotmail address (prashantjoshi2 0@hotmail.com)
Thanks and regards,
Prashant
I am using javascript to open a popup window. Is there any way we can
disable the minimize button in this window? The maximize button is
disabled. I want the same for the minimize button.
Here is the javascript code that opens the window :
child = window.open('Ne wWindow.aspx', null, 'width=850, height=450,
directories=no, menubar=no, resizable=no, scrollbars=no, status=no,
toolbar=no, directories=no' );
don't bother about the query string parameters. Any help in this
matter will be greatly appreciated. Can u also send replies to my
hotmail address (prashantjoshi2 0@hotmail.com)
Thanks and regards,
Prashant
Comment