Heres the site. uogameresources (<!-- m --><a class="postlink" href="http://www.uogameresources.com">http://www.uogameresources.com</a><!-- m -->)
heres the code
<td align="center" bgcolor="#606060"><script language="javascript">
banners=new Array()
banners[0]="<img border=0 src=http://www.webdeveloper.com/forum/archive/index.php/images/banner.gif>"
banners[1]="<img border=0 src=images/uosalesbanner.gif>"
banners[2]="<img border=0 src=images/hekirubanner3.jpg>"
goto=new Array()
goto[0]=""
goto[1]="http://www32.brinkster.com/uosales"
goto[2]="http://www.hekiruworld.com"
var number=Math.round(2 * Math.random());
var link=goto[number]
var image=banners[number]
document.write("<a href="+link+ ">" +image+ "</a>")
</script></td>
I the banners pages opens up inside the frame and I don't want it to do that. I don't know how to add target="_top" in the javascript script. Also if theres a way to make those banners show up in netscape, it would be nice to know.
heres the code
<td align="center" bgcolor="#606060"><script language="javascript">
banners=new Array()
banners[0]="<img border=0 src=http://www.webdeveloper.com/forum/archive/index.php/images/banner.gif>"
banners[1]="<img border=0 src=images/uosalesbanner.gif>"
banners[2]="<img border=0 src=images/hekirubanner3.jpg>"
goto=new Array()
goto[0]=""
goto[1]="http://www32.brinkster.com/uosales"
goto[2]="http://www.hekiruworld.com"
var number=Math.round(2 * Math.random());
var link=goto[number]
var image=banners[number]
document.write("<a href="+link+ ">" +image+ "</a>")
</script></td>
I the banners pages opens up inside the frame and I don't want it to do that. I don't know how to add target="_top" in the javascript script. Also if theres a way to make those banners show up in netscape, it would be nice to know.