cfbeginner
MIS
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="javascript">
var tempDesc<%=i%>
tempDesc<%=i%> = "<%=arrCategories(2,i)%>"
</script>
The second error is a syntax error at line 69 which is
<td class="Category" bgcolor="ffcc66"
onMouseOver="this.bgColor='99cc66';this.style.cursor='hand';window.status=tempDesc<%=i%>;return true;"
onMouseOut="this.bgColor='ffcc66';window.status='';return true;">
<%=arrCategories(0,i)%>
</td>
Thanks for your help
<script language="javascript">
var tempDesc<%=i%>
tempDesc<%=i%> = "<%=arrCategories(2,i)%>"
</script>
The second error is a syntax error at line 69 which is
<td class="Category" bgcolor="ffcc66"
onMouseOver="this.bgColor='99cc66';this.style.cursor='hand';window.status=tempDesc<%=i%>;return true;"
onMouseOut="this.bgColor='ffcc66';window.status='';return true;">
<%=arrCategories(0,i)%>
</td>
Thanks for your help