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>
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>