Remove address bar from this pop up...

T

Trevor L.

This works for me

window.open('http://trevor.lawrence.fotopic.net/','mywindow',
'location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no')

One of these xxx=no removes the address bar. I am not sure which. You can
always try adding/removing each one in turn to determine which. It could
well be the location, in which case location=0 (or location=yes) would do
the job
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Gregg said:
Can you tell me what I can remove in this code/script that would leave the
pop-up, without the address bar?

Script/Code located at: http://www.formula52.com/poll.htm

Here's the code/script:
<a
ONCLICK="window.open('http://www.getworkingonline.com/radio.htm','miniwin','location=1,width=300,height=300')"
href="javascript:void(0)">
Click Here</a>


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top