View Full Version : td:src? hmmm
BroChris
07-04-2002, 03:25 AM
Is it possible to turn an entire table cell into a link?
boxer_1
07-04-2002, 03:42 AM
Hi BroChris, try this (example):
<html>
<head>
<title>Linking a table cell example</title>
</head>
<body>
<p>
This page is loaded into the frame named other.
</p>
<table>
<tr>
<td onClick="document.location='http://www.codingforums.com/'">
Cell contents, <b>click here</b>.
</td>
</tr>
</table>
</body>
</html>
Is this what you are trying to do? Good luck ;).
Related thread:
http://www.codingforums.com/showthread.php?s=&threadid=1334
:)
BroChris
07-04-2002, 04:43 AM
Yep, that's exactly what I needed. Thank you.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.