I'm hoping someone out there can help. I am not a programmer so I'm not sure how or where to modify the script below so that when the banner link is clicked, it will open in a new browser window (leaving the original page open in its separate window).
Thanks in advance for your assistance!!!!
Here's the code:
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
if (document.images) {
ads = new Array(3);
ads[0] = "slipper_ad.gif";
ads[1] = "webnichebanner.jpg";
ads[2] = "sfcmp_ad.gif";
}
Now, I'm not very knowledgable in Javascript, but it looks like the code in the body is just a simple link. The piece of code in bold is what I added. Try this: