Javascript

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="javascript:eek:penpopup('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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top