-
pop up window
hi guys, I am building my website and I have come up to a wall.
I have 4 different playlist that I want to come out on a pop up window which I already configured and all but I can’t seem to get my links to open in the same pop up window.
I want to be able to click on a link and it opens it in the same pop up that is already there. Is that possible.This is the code that I am using:
<p>These are our current playlists:</p>
<blockquote>
<p><a href="'media/gospelplaylist/gospelplayer.html'target=_blank">GOSPEL</a></p><p><a href="'media/hiphopplaylist/hiphopplayer.html'target=_blank">HIPHOP - R&B - REGGAE</a></p>
<p><a href="'media/zoukplaylist/zoukplayer.html'target=_blank">ZOUK - KONPA - LATIN</a></p>
<p><a href="'media/jazzplaylist/jazzplayer.html'target=_self">LOVE SONGS - JAZZ - BLUES</a></p>
<p> </p>
</blockquote>
Pleas help out if possible..
Thanks a bunch