PDA

View Full Version : multiple popups


bizlink
03-27-2003, 05:30 PM
Dear Friends,

have a page with a list of bands. want each band name
to pop up a picture and bio. on click.

URL: orlandomusicfestival.com/talent.html

however the same url in the script pops up no matter
what.

here is the code:

<script>


function openpopup(){
var popurl="ds.html"
winpops=window.open(popurl,"","width=400,height=500,status,scrollbars,resizable,")
}

</script>

<a href="javascript:openpopup()">Dyshon & Squabble "Bio"</a>

beetle
03-27-2003, 05:45 PM
http://www.codingforums.com/showthread.php?s=&threadid=10046&highlight=openpopup

bizlink
03-27-2003, 06:15 PM
works like a charm.....I have some mp3's, but I don't know how to get a picture of the artist on the page with the MP3

URL: http://orlandomusicfestival.com/talent.html