View Full Version : help me - pop-ups problem


outoforder
07-21-2003, 11:10 PM
Hi.
I'm trying to use two pop-up windows on one page. This is my problem:
Pop-up #1 is open. If you click on the link for pop-up #2, it opens in pop-up #1.
How do you make them appear in separate pop-ups?

Thanks for any help :)

christiandude03
07-21-2003, 11:15 PM
The popup code looks something like:

window.open('yoururlhere.html', 'Sample', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=y es,width=500,height=500')

Change the part in bold - Sample - to _blank and each new popup will open in a new window.

outoforder
07-21-2003, 11:21 PM
*hugs* you just made this girl extremely happy (what can i say, i'm easy to please). thanks again! ^^