angst
01-27-2006, 05:00 PM
Hello,
I'm getting an invalid character error from using this mouse over script on my table.
<tr bgcolor='<%=bgcolor%>' style="cursor: pointer" onMouseOver="this.bgColor='#C0C0C0'"; onMouseOut="this.bgColor='<%=bgcolor%>'"; onclick="javascript: window.location.href='?step=5&formtype=<%=rs("FormType")%>&orderid=<%=rs("oid")%>'";>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=JobID%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=rs("Nickname")%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=rs("username")%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=FormTypes(rs("FormType"))%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=rs("InvDate")%></td>
</tr>
does anyone see anything wrong with this code?
thanks in advance for your time!
-SiX
I'm getting an invalid character error from using this mouse over script on my table.
<tr bgcolor='<%=bgcolor%>' style="cursor: pointer" onMouseOver="this.bgColor='#C0C0C0'"; onMouseOut="this.bgColor='<%=bgcolor%>'"; onclick="javascript: window.location.href='?step=5&formtype=<%=rs("FormType")%>&orderid=<%=rs("oid")%>'";>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=JobID%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=rs("Nickname")%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=rs("username")%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=FormTypes(rs("FormType"))%></td>
<td class='steps' onmouseover='this.backgroundcolor=#C0C0C0'><%=rs("InvDate")%></td>
</tr>
does anyone see anything wrong with this code?
thanks in advance for your time!
-SiX