%@ LANGUAGE="VBScript" %> <%'create array for assigned icons dim color(4) 'color(0)=img src="ccc-r0.jpg" width="26" height="10" ' option1 'color(1)= img src="ff3-r0.jpg" width="26" height="10" 'option2 'color(2)= img src="0cf-r0.jpg" width="26" height="10" 'option3 'color(3)=img src="0c0-r0.jpg" width="26" height="10" 'option4 'color(4)=img src="f00-r0.jpg" width="26" height="10" 'option5 'Sql statements come here. ' i now assume that i have the data that should be sorted. %>
| Option1 | option2 | option3 | option4 | option5 |
| <%=x%> | <%NEXT%>||||
| <%=color(0)%> | <%case option2%><%=color(1)%> | <%case option3%><%=color(2)%> | <%case option4%><%=color(3)%> | <%case option5%><%=color(4)%> | <%end select%> <%next%>