|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to select row after clicking a link
|
|
#2
|
|||
|
|||
|
RE: how to select row after clicking a link
If you set <a name> in the row, the link should go there. For instance:
Code:
<a name="foo"> <tr> <td></td> </tr> </a> will take you to that row when you use the address with <a href="#foo"></a> |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > how to select row after clicking a link |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|