<% if request("change") <> "" then if request("change") = "image1" then SQLUpdate = "UPDATE Forces_Items SET Image1 = '', Thumb1 = '' WHERE ItemID= '"&request("cid")&"' " MyConn.execute(SQLUpdate) response.redirect "item-update.asp?id="&request("cid") end if if request("change") = "image2" then SQLUpdate = "UPDATE Forces_Items SET Image2 = '', Thumb2 = '' WHERE ItemID= '"&request("cid")&"' " MyConn.execute(SQLUpdate) response.redirect "item-update.asp?id="&request("cid") end if if request("change") = "image3" then SQLUpdate = "UPDATE Forces_Items SET Image3 = '', Thumb3 = '' WHERE ItemID= '"&request("cid")&"' " MyConn.execute(SQLUpdate) response.redirect "item-update.asp?id="&request("cid") end if end if %> <% Set UploadProgress = Server.CreateObject("Persits.UploadProgress") PID = "PID=" & UploadProgress.CreateProgressID() barref = "framebar.asp?to=10&" & PID %>

SELL YOUR ITEM

My Items for sale

Selling Advice




Update your item

<%GetItem = "SELECT * FROM Forces_Items WHERE ItemID = '"&killchars(request("id"))&"' " SET RSItem = MyConn.execute(GetItem) Do While NOT RSItem.EOF%>
"> <%If RSItem("image1") <> "" Then%> <%else%> <%end if%> <%If RSItem("image2") <> "" Then%> <%else%> <%end if%> <%If RSItem("image3") <> "" Then%> <%else%> <%end if%>
Category:
 
Item Title: ">
 
Price : "> 
Please do not input a currency symbol. Simply select the
appropriate currency from the drop down box above.
 
Description:
 
Condition:
 
Item Location:
 
Telephone No: ">
 
Email: ">
 
Listing Duration:  days
 
Postage & Packaging details: ">
 
Image 1:" width="80" border="0"> ">[change image]
 
Image 2:" width="80" border="0"> ">[change image]
 
Image 3:" width="80" border="0"> ">[change image]
 
<%RSItem.Movenext Loop%>