J
Jay
Can anyone figure out why only the colon links in this script?
<p style="margin-top: 0; margin-bottom: 0">
<b><font face="Bell MT" size="3">
<a
href="javascriptpenpopup('http://www.bestdiamondprice.com/color.htm')">Color:</a>
</font></b>
Color and the colon are underlined, but only clicking on the colon opens the
new window. This script works on words and phrases elsewhere, just not here.
Thank you for your help.
-Jay
P.S. If you're interested here's the rest of the script.
<script type="text/javascript">
//JK Popup Window Script (version 3.0)- By JavaScript Kit
(http://www.javascriptkit.com)
//Visit JavaScriptKit.com for free JavaScripts
//This notice must stay intact for legal use
function openpopup(popurl){
var winpops=window.open(popurl,"","width=300,height=300,resizable")
}
</script>
<p style="margin-top: 0; margin-bottom: 0">
<b><font face="Bell MT" size="3">
<a
href="javascriptpenpopup('http://www.bestdiamondprice.com/color.htm')">Color:</a>
</font></b>
Color and the colon are underlined, but only clicking on the colon opens the
new window. This script works on words and phrases elsewhere, just not here.
Thank you for your help.
-Jay
P.S. If you're interested here's the rest of the script.
<script type="text/javascript">
//JK Popup Window Script (version 3.0)- By JavaScript Kit
(http://www.javascriptkit.com)
//Visit JavaScriptKit.com for free JavaScripts
//This notice must stay intact for legal use
function openpopup(popurl){
var winpops=window.open(popurl,"","width=300,height=300,resizable")
}
</script>