PDA

View Full Version : problem with popup window


DYABLO
01-16-2006, 04:03 AM
when i click on my jukebox linik on my site a popup appear for the jukebox but when i click the "view" under "latest matches" the picture appears on the same pop up as the jukebox and it closes it. is there a way to fix that.
thanks

http://latinsoldiers.com/main.html

enkeli_kitsu
01-16-2006, 04:58 AM
The HTML for a new popup window goes inside the link tag.

Eg.

<a href="example.html" target="_blank">

The target blank bit pulls up a new window. I hope that helps?