|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Clickable Tables
Okay, what I'm trying to do now is get it so that if I was to click anywhere within a cell of a table it will link to another page. So, I think I need to edit the 'td' tag to somehow do this, but the 'td' tag will not support the 'href' function. Does anyone out there have any effective workarounds? or any other ideas on how to get this effect w/ my tables? Thank you for your time!
Jer |
|
#2
|
||||
|
||||
|
RE: Clickable Tables
i have seen it done
----searching---- back, http://midwestdecks.com look at the menu, it does it |
|
#3
|
|||
|
|||
|
RE: Clickable Tables
Thank you for your help, it turned out it just needed a few lines of JS in the header and a tag adjustment in the scripting. here's the solution if anyone else would like to use it:
In your header include this javascript: <script language="JavaScript1.2"> function changeLoc(address){ window.location.href = address; } </script> In your 'td' tag include this: onclick="changeLoc('source.file');" |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Clickable Tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|