funkysig
02-26-2008, 05:59 PM
My problem is that I need to replace every instance of a .jpg button my new javascript enabled button. The button works great alone, but when I add another button I can't seem to get it to work. I know it has something to do with the name = ""
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="zMore Info-files/scr7faa.js"></script>
</head>
<body>
<a onMouseOver='xpe("r7faao");' onMouseOut='xpe("r7faan");' onMouseDown='xpe("r7faac");'><img id="xpi_r7faa" src="zMore Info-files/btr7faa_0.gif" name="vbr7faa" width="98" height="28" border="0" alt="More Info"/></a>
</p>
<p><a onMouseOver='xpe("r7faao");' onMouseOut='xpe("r7faan");' onMouseDown='xpe("r7faac");'><img id="xpi_r7faa1" src="zMore Info-files/btr7faa_0.gif" name="vbr7faa1" width="98" height="28" border="0" alt="More Info"/></a></p>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="zMore Info-files/scr7faa.js"></script>
</head>
<body>
<a onMouseOver='xpe("r7faao");' onMouseOut='xpe("r7faan");' onMouseDown='xpe("r7faac");'><img id="xpi_r7faa" src="zMore Info-files/btr7faa_0.gif" name="vbr7faa" width="98" height="28" border="0" alt="More Info"/></a>
</p>
<p><a onMouseOver='xpe("r7faao");' onMouseOut='xpe("r7faan");' onMouseDown='xpe("r7faac");'><img id="xpi_r7faa1" src="zMore Info-files/btr7faa_0.gif" name="vbr7faa1" width="98" height="28" border="0" alt="More Info"/></a></p>
</body>
</html>