I have a JSP page where clicking on a particular column results in Javscript sorting(Ascending & Descending).Now I have to display a GIF file next to this column which indicates the Sorting Order.I have two GIFs for this.How do I put the GIFs dynamically based on the order of Sorting(ascending or descending) ?
Thanks in Advance,
Gjorgi Var
Ranch Hand
Joined: Feb 24, 2004
Posts: 85
posted
0
In your function that fires on onclick for selecting that particular column you associate the GIF with the chosen order: