Javascript New Window Settings

secretply

New Member
Messages
50
Reaction score
0
Points
0
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:

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.
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
could you outline what you need help with, I kinda lost you on the 2nd paragraph...
 
Top