%if request("do")= "del" Then
SQLDel = "UPDATE Forces_ShoppingLinks SET Deleted = 'yes' WHERE LinkID = "&request("id")&" "
Set RSDel = MyConn.Execute(SQLDel)
response.redirect "admin-shopping-links.asp"
end if
%>
<%
SQLAccountsR = "SELECT * FROM Forces_ShoppingLinks WHERE Deleted = 'no' ORDER BY Title"
Set RSAccountsR= MyConn.Execute(SQLAccountsR)
if RSAccountsR.EOF then
response.write("
There are currently no shopping links.
")
else
i = 0
while not RSAccountsR.EOF
%>
<%i= i + 1%>
<%if int(i)/2 = int(i)\2 then%>