Maximize/Minimize Buttons
-
hi... -> how to disable or remove the minimize/maximize buttons in browser window? -> i tried the following code but it is not working.
params = 'width=700';
params += ', height=600';
params += ', top=0, left=0'
params += ', fullscreen=yes'
params += ', resizable=no'
params += ', scrollbars=yes';
window.open(url,'windowname4', params);it would be very nice of you if you help me out.. :)
J A Nasir K
-
hi... -> how to disable or remove the minimize/maximize buttons in browser window? -> i tried the following code but it is not working.
params = 'width=700';
params += ', height=600';
params += ', top=0, left=0'
params += ', fullscreen=yes'
params += ', resizable=no'
params += ', scrollbars=yes';
window.open(url,'windowname4', params);it would be very nice of you if you help me out.. :)
J A Nasir K
Jamal Abdul Nasir wrote:
how to disable or remove the minimize/maximize buttons in browser window?
From Developer.Mozilla [^] [quote] minimizable This setting can only apply to dialog windows; "minimizable" requires dialog=yes. If minimizable is set to yes, the new dialog window will have a minimize system command icon in the titlebar and it will be minimizable. Any non-dialog window is always minimizable and minimizable=no will be ignored. [/quote]