Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime error in code

Status
Not open for further replies.
Jan 30, 2002
44
CA
I'm using MS Interdev, once I select the Quick View, a runtime error has occurred on lIne: 60 Error: Expected ';'. The code on line 60 is:
<script language=&quot;javascript&quot;>
var tempDesc<%=i%>
tempDesc<%=i%> = &quot;<%=arrCategories(2,i)%>&quot;
</script>

The second error is a syntax error at line 69 which is
<td class=&quot;Category&quot; bgcolor=&quot;ffcc66&quot;
onMouseOver=&quot;this.bgColor='99cc66';this.style.cursor='hand';window.status=tempDesc<%=i%>;return true;&quot;
onMouseOut=&quot;this.bgColor='ffcc66';window.status='';return true;&quot;>
<%=arrCategories(0,i)%>
</td>

Thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top