I've spent a lot of time on Google last night trying to customize my javascript popup window the way I want in 6 browsers. I've change settings to where it would do the following:
What I have researched on Google said that setting the dialog to yes would disable the maximize and minimize buttons according to Firefox's website. However, I continued reading and it doesn't support the browsers that I need. It only supports it in Internet Explorer and Netscape. Is there a way to not show the maximize/restore and minimize buttons in Google Chrome, Mozilla Firefox, Opera, and Safari? Also, the resizing of the window by handles on the lower-right corner of the window is also enabled in the Google Chrome, Mozilla Firefox, Opera, and Safari even though I told it not to do that. Is there a remedy for that as well? Thanks for any help I can get.
Code:
height=400,width=450,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,dialog=yes
What I have researched on Google said that setting the dialog to yes would disable the maximize and minimize buttons according to Firefox's website. However, I continued reading and it doesn't support the browsers that I need. It only supports it in Internet Explorer and Netscape. Is there a way to not show the maximize/restore and minimize buttons in Google Chrome, Mozilla Firefox, Opera, and Safari? Also, the resizing of the window by handles on the lower-right corner of the window is also enabled in the Google Chrome, Mozilla Firefox, Opera, and Safari even though I told it not to do that. Is there a remedy for that as well? Thanks for any help I can get.