Page 1 of 1

Sort column with javascript anchor tag

PostPosted: Wed Aug 22, 2007 6:16 pm
by Kathir
Hi All,
i am new to this forum.
I would like to say thanks for this excellent sort & scroll table script.

I have a prob to sort the column that in my table have anchor tag with javascript hyperlink. it will send some value that when click that link. Other columns all works fine.

and before the table (head) its putting empty space in IE, but its not in Firefox.

My code like this :
<td align="left"><a href="javascript:funSubmit('<%=company.getCompanyId()%>')" title="Click to View Details"><%=company.getCompany()%></a></td>

Thanks in advance...