Hi,
I am trying to apply an onclick event to a <td>. The event should look something like this:
<td onclick="test/test.html" target="main">
</td>
It is not working though; the error message I get is "test is not defined". Would someone know how I can fix this?
DHTMLHELP
I am trying to apply an onclick event to a <td>. The event should look something like this:
<td onclick="test/test.html" target="main">
</td>
It is not working though; the error message I get is "test is not defined". Would someone know how I can fix this?
DHTMLHELP
Comment