View Full Version : i need helpm with linking


buster_uk
05-08-2003, 04:33 PM
<td class="tds" onmouseover="fadeImg2(0)" onmouseout="fadeImgend2(0)" onclick="window.location='home.htm';" style="border:1px solid gray;background-color:green;width:100;text-align:center";>Home</td>



can someone tell me how i can link that to an iframe, using something like target="framename", but something that works.

pb&j
05-09-2003, 05:07 AM
try this...

<td class="tds" onmouseover="fadeImg2(0)" onmouseout="fadeImgend2(0)" onclick="window.framename.location='home.htm';" style="border:1px solid gray;background- color:green;width:100;tex
t-align:center";>Home</td>