I am using the below statement in a table defination. When clicking in this cell of the table it should redirect to the URL indicated, it works fine in IE5 but does not appear to work with the Audrey browser.
<td onclick="location.href='livingroom.htm' style="cursor
ointer; cursor:hand" width="83" background="images/panel_left.gif" valign="bottom" align="right" height="26">
<font size="1" face="Arial">Living Room</font>
</td>
this is the part that enables the cell to become a link
onclick="location.href='livingroom.htm' style="cursor
ointer; cursor:hand"
Does anyone know how to do this on the Audrey browser? Or which browser available for the Audrey will it work on?
<td onclick="location.href='livingroom.htm' style="cursor

<font size="1" face="Arial">Living Room</font>
</td>
this is the part that enables the cell to become a link
onclick="location.href='livingroom.htm' style="cursor

Does anyone know how to do this on the Audrey browser? Or which browser available for the Audrey will it work on?
Comment