Using link for two different purpose

3 views
Skip to first unread message

Anjib

unread,
Oct 7, 2010, 3:13:15 PM10/7/10
to EnhanceJS
I am using enhanceJS framework for dispalying data in the table. My
data are in level i.e. initially basic info is dispalyed with link.
And when user click the link he get detail of that record in next row.

Now this link call was AJAX call and was interactive but now since I
am moving to fix accessibility issue. I want to use this same link
when JS is not available.

<table>
<tr>
<td><html:link action="/getResult?id=1>Info 1</html:link></td>
<td>Date</td>
... //Other columns
</tr>
<tr>
... // Other rows
</tr>
</table>

How can I reusue my code?
Reply all
Reply to author
Forward
0 new messages