ralphtrent
Programmer
Hello
I have the following code in an ASP file:
<tr onMouseover="this.bgColor='<%=bgRollColor%>'">
bgRollColor is different based on what record is being displayed. when I put my mouse over the row I get and error Object Required 'this'.
Any Idea's?
I have the following code in an ASP file:
<tr onMouseover="this.bgColor='<%=bgRollColor%>'">
bgRollColor is different based on what record is being displayed. when I put my mouse over the row I get and error Object Required 'this'.
Any Idea's?