I found the perfect javascript for popup windows. I'm using the popup javascript to open different quicktime movies but the only problem I'm having is if a put different instance of the javascript in my html document they all pop up the same movie, eventhough I have them referencing different movies. This particular javascipt is only within the body tags. The url is below. Does any have any recommendations?
The boot key link and the bone fish links are the ones.
code:
<script>
function openpopup(){
var popurl="winpops=window.open(popurl,"","width=400,height=338,"
}
</script>
<script>
function openpopup(){
var popurl="winpops=window.open(popurl,"","width=400,height=338,"
}
</script>
The boot key link and the bone fish links are the ones.
code:
<script>
function openpopup(){
var popurl="winpops=window.open(popurl,"","width=400,height=338,"
</script>
<script>
function openpopup(){
var popurl="winpops=window.open(popurl,"","width=400,height=338,"
</script>