I'm only getting this error in IE8 (not in Firefox) with this code listed below: expected error Line 72 character 1 (line 72 is the first line of code listed):
Can you help please?!
Code:
<tr><td><a onmouseover="changeImages('index_21','images/left_ro_21.gif');return true" onmouseout="changeImages('index_21','images/index_21.gif');return true" href="faq.html"><img id="index_21" src="http://bytes.com/images/index_21.gif" alt="" name="index_21" height="31" width="213" border="0" /></a></td></tr>
Comment