% if request.querystring("closed") = "true" then closed = 1 else closed = 0 end if if request.querystring("sort") = "dist" then order_by = " business_name" chk2 = "checked" else order_by = " theDate" chk1 = "checked" end if 'on error resume next%>
| Sort by onclick="window.location.href='warranty_list.asp?sort=date'"> Date onclick="window.location.href='warranty_list.asp?sort=dist'"> Distributor | ||||||
| Distributor | Customer Name | Warranty ID | Serial Number | EMI Number | Entry Date | Status |
| <%=rs("business_name")%> | "><%=rs("customer_name")%> | <%=Pad(rs("warranty_id"))%> | <%=rs("serial_num")%> | <%=rs("emi_num")%> | <%=rs("theDate")%> | <%=rs("status")%> |