View Full Version : pop up address bar


jamingben
02-25-2003, 10:56 PM
i am using javascript pop-up's. they are quite hard work, but working ok except for a few things.

firstly, i can get scrollbars and stuff to go, but i can't get rid of the address bar. i can't be bothered to go the whole way with chromeless windows, i was just wondering if there was a way of getting rid of the address bar

also my pop-up has has a table in it, but when i set the size of the window the same size as the table, then i have a white space around it (no borders, no spacing, no padding). what's going on

have a look at:

http://homepage.ntlworld.com/jamingben/thisisnotaskateboard/newstuff.htm

click on my car

thanks very much

lefty
02-25-2003, 11:09 PM
here's part of your javascript code:

{ window.open ("pictures/jumble/sparklecity.htm","jumble","width=744,height=412,location=100,menubar=0,resiza ble=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }

Your titlebar is set to 1, change that to 0 and it should take away the address bar. :)