Forum Moderators: open

Message Too Old, No Replies

Table Cell active as a link +

         

max_rk

8:31 pm on Mar 1, 2006 (gmt 0)

10+ Year Member



Table Cell active as a link +

I am trying find a solution how I can make table cell to be active as a link, also when clicked new window opens.

Below is example I found posted by other WW member. It works well but it does not open new window.

Any suggestions?

Max

<td colspan="9" valign="top" bgcolor="#CCCCCC" align="center" onClick="document.location.href='http://www.google.com';" style="cursor:pointer;cursor:hand"><strong>PUBLIC SECTOR <br>
Technical Services</strong><br>
(more info)</td>

Trace

9:22 pm on Mar 1, 2006 (gmt 0)

10+ Year Member



<td colspan="9" valign="top" bgcolor="#CCCCCC" align="center" onClick="window.open('http://www.google.com');" style="cursor:pointer;cursor:hand"><strong>PUBLIC SECTOR <br>
Technical Services</strong><br>
(more info)</td>

max_rk

9:49 pm on Mar 1, 2006 (gmt 0)

10+ Year Member



thanks!