I'm trying to open up a pop-up window using the window.open method in JavaScript. However my pop always seems to have a address bar, buttons etc.
I require my pop-up to be a small window with no additional browser features such as address bar menu etc.
My aim is to provid3e users with a dialog box to select extra emotes from
Please help !
http://www.alljammin.com
Popup help
Moderator: General Moderators
Code: Select all
window.open("page.php","","menubar=no, location=no, toolbar=no, status=no, resizeable=no, left=0, top=0, width=300, height=200");