realwelder
11-16-2002, 08:48 PM
I have used the popup code generator to create a popup window for some pictures on my website. However, I cannot find a way to have multiple links on the main page to bring up multiple windows.
Below is the code i am using:
<script>
function openpopup(){
var popurl="canst111502.htm"
winpops=window.open(popurl,"","width=400,height=338,status,scrollbars,")
}
</script>
<a href="javascript:openpopup()">Canal St - 11-15-02</a>
What I would like to do is add another link to my page but am not sure how to set multiple variables. Can anyone help!!!
Thanks in advance Rob
Below is the code i am using:
<script>
function openpopup(){
var popurl="canst111502.htm"
winpops=window.open(popurl,"","width=400,height=338,status,scrollbars,")
}
</script>
<a href="javascript:openpopup()">Canal St - 11-15-02</a>
What I would like to do is add another link to my page but am not sure how to set multiple variables. Can anyone help!!!
Thanks in advance Rob