how to remove Minimize Button from pop up window.........
-
i want to disable minimize button from a popup window. am using , var win=window.open("Index.aspx","_blank","toolbar=no, location=no, titlebar=no,minimize=no,linkbar=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=1024, height=768, copyhistory=no") for displaying popup window. i dont want to disable maximize window. Plz help.....:confused: i dont want to use showModalDialog
-
i want to disable minimize button from a popup window. am using , var win=window.open("Index.aspx","_blank","toolbar=no, location=no, titlebar=no,minimize=no,linkbar=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=1024, height=768, copyhistory=no") for displaying popup window. i dont want to disable maximize window. Plz help.....:confused: i dont want to use showModalDialog
-
Hi, try this Link[^] And another link is this[^]
Thanks, Sun Rays To get something you must have to try once. My Articles
Sorry sir i didnt get u.. can u just show an exampl
-
Sorry sir i didnt get u.. can u just show an exampl
Check the second link. Try to use that concept.
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
Check the second link. Try to use that concept.
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
Actually i need to disable that button.. i tried on both links.. the first one ive tried earlier.. the second works only on button click also that is for minimising window on button click. also ive googled a lot .. is ther any other soln... thanks nd regards...
-
Sorry sir i didnt get u.. can u just show an exampl
Hi, try this links... Link1[^] Link2[^] Or you can do one thing. Just pop up plain window and then put one image like maximize button and onclick of that Maximize the window using javascript... Hope it will help you.
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Actually i need to disable that button.. i tried on both links.. the first one ive tried earlier.. the second works only on button click also that is for minimising window on button click. also ive googled a lot .. is ther any other soln... thanks nd regards...
use window.showModalDialog This will show a popup window without Maximize and Minimize button Read This link showModalDialog Method [^] and Check the Last Example [ in bottom of the page ] . This will realy help you.
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"