Page 1 of 1

Popup help

Posted: Fri Dec 26, 2003 6:05 am
by mzfp2
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

Posted: Sat Dec 27, 2003 3:56 am
by Gen-ik

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");