I have a problem when calling this sort function. In IE it works fine but when using Netscape nothing happens.
The user clicks on the anchor tag which is suppose to call the function which it does in IE but not NS?
I don't think it is the code in the function which is why I haven't shown it.
Any help would be appreciated.
function sortTable(col, tableToSort) { lots of code here}
<th bgcolor='#000080'> <A href='javascript:sortTable(0, rsTable1);'><font color='#FFFF00'> Rider Name</font></A></th>
The user clicks on the anchor tag which is suppose to call the function which it does in IE but not NS?
I don't think it is the code in the function which is why I haven't shown it.
Any help would be appreciated.
function sortTable(col, tableToSort) { lots of code here}
<th bgcolor='#000080'> <A href='javascript:sortTable(0, rsTable1);'><font color='#FFFF00'> Rider Name</font></A></th>