Ok, I made this script but it won't work. I'm trying to code for the 2 different browsers. Here is the code:
<script type="text/javascript">
if(navigator.userAgent.match(/msie/i)){
document.write('<a href="home.htm"><img src="Home.gif" style="filter:alpha(opacity=30);-moz-opacity:0.3" onMouseover="high(this)" onMouseout="low(this)" border="0" height="7" width="33"></a><a href="http://insaneshadowart.proboards29.com"><img src="Forum.gif" style="filter:alpha(opacity=30);-moz-opacity:0.3" onMouseover="high(this)" onMouseout="low(this)" border="0" height="7" width="37"></a>')
}
else{
document.write('<a href="home.htm"><img src="Home.gif" height="7" width="33"></a><a href="http://insaneshadowart.proboards29.com"><img src="Forum.gif" height="7" width="37"></a>')
}
</script>
Also, is there a way to access cookies, cause I wanna take their cookie from the forum and put it on the webpage.