I think I've been cursed from javascipt because I am almost always unable to run even the simplest of routines. I will now publicly profess my incompetence in this langauge. I can not get the rollovers to work. It so simple yet I can't figure it. Please help.
I pasted whole page just incase I boned it elsewhere.
<%if session("XXXXXXX"
<> "XX" Then
response.redirect "/index.asp"
End If%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="description" CONTENT="Your one stop shop for all your award needs. We manufacture and sell trophies, medals, glass etchings,
plaques and much more.">
<META NAME="keywords" CONTENT="trophies, awards, medals">
<html>
<head>
<title>XXXXXXXXX</title>
</head>
<body background="/graphics/Bmarble3.jpg">
<!--#include virtual="/navigation.inc"-->
<table width="550" align="center">
<tr>
<td>
<H2 align="center">Awards Admin Page</H2>
<hr>
<div align="center"><P><a href="/admin/Add_Award.asp" onmouseover="rollover.scr='CAtext.gif';" onMouseOut="rollover.scr='text.gif';"
><img src="/graphics/CreateAward.gif" alt="" width="200" height="50" border="0"></a></P></div>
<div align="center"><P>
<a href="/admin/Edit_Award.asp" onmouseover="rollover.scr='EAtext.gif';" onMouseOut="rollover.scr='text.gif';">
<img src="/graphics/EditAward.gif" alt="" width="200" height="50" border="0"></a>
</P></div>
<div align="center"><P>
<a href="/admin/AdminLU.asp" onmouseover="rollover.scr='TUtext.gif';"
onMouseOut="rollover.scr='text.gif';" >
<img src="/graphics/TableUpdate.gif" alt="" width="200" height="50" border="0"></a>
</P></div>
</td>
<td>
<img name="rollover" src="text.gif" alt="" width="250" height="200" border="0" >
</td>
</tr>
</table>
<CENTER>
<p><%Call AdminFooter %></p>
</CENTER>
</body>
</html>
I pasted whole page just incase I boned it elsewhere.
<%if session("XXXXXXX"
response.redirect "/index.asp"
End If%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="description" CONTENT="Your one stop shop for all your award needs. We manufacture and sell trophies, medals, glass etchings,
plaques and much more.">
<META NAME="keywords" CONTENT="trophies, awards, medals">
<html>
<head>
<title>XXXXXXXXX</title>
</head>
<body background="/graphics/Bmarble3.jpg">
<!--#include virtual="/navigation.inc"-->
<table width="550" align="center">
<tr>
<td>
<H2 align="center">Awards Admin Page</H2>
<hr>
<div align="center"><P><a href="/admin/Add_Award.asp" onmouseover="rollover.scr='CAtext.gif';" onMouseOut="rollover.scr='text.gif';"
><img src="/graphics/CreateAward.gif" alt="" width="200" height="50" border="0"></a></P></div>
<div align="center"><P>
<a href="/admin/Edit_Award.asp" onmouseover="rollover.scr='EAtext.gif';" onMouseOut="rollover.scr='text.gif';">
<img src="/graphics/EditAward.gif" alt="" width="200" height="50" border="0"></a>
</P></div>
<div align="center"><P>
<a href="/admin/AdminLU.asp" onmouseover="rollover.scr='TUtext.gif';"
onMouseOut="rollover.scr='text.gif';" >
<img src="/graphics/TableUpdate.gif" alt="" width="200" height="50" border="0"></a>
</P></div>
</td>
<td>
<img name="rollover" src="text.gif" alt="" width="250" height="200" border="0" >
</td>
</tr>
</table>
<CENTER>
<p><%Call AdminFooter %></p>
</CENTER>
</body>
</html>