carld
01-30-2003, 03:13 PM
Here is my script in the header:
<script type="text/javascript" language="javascript">
function openpopup(popurl,popwin){
winpops=window.open(popurl,popwin,"width=450,height=600,scrollbars,resizable,menubar,location,toolbar,status")
}
</script>
The script is called in a link like so:
<a href="javascript:openpopup('my_dog.htm','My Dog')">My Dog</a>
I've looked through the archives here and this script is actually an example given of how to open a new window, but it doesn't work for me.
Any suggestions on how to make this work well with IE and Mozilla? Thanks in advance.
<script type="text/javascript" language="javascript">
function openpopup(popurl,popwin){
winpops=window.open(popurl,popwin,"width=450,height=600,scrollbars,resizable,menubar,location,toolbar,status")
}
</script>
The script is called in a link like so:
<a href="javascript:openpopup('my_dog.htm','My Dog')">My Dog</a>
I've looked through the archives here and this script is actually an example given of how to open a new window, but it doesn't work for me.
Any suggestions on how to make this work well with IE and Mozilla? Thanks in advance.