| Parts
Administration |
|
<%if Session("level") <> 4 and Request.querystring("CustID") <> CustID2 then
response.redirect ("http://www.laundry-carts.com")
end if%>
<%
If Session("Categ") = "" Then
Session("Categ") = Request.QueryString("Categ")
End If
Set LaunDB = LaunConn.Execute("SELECT * FROM " & Session("Categ") & " WHERE partnumber = '" & request.querystring("partnumber") & "';")
%>
|
<%if request.form("uniqueid") = "" then%>
Changed
submitted!
for
your part, click here to
return to the parts administration page. |
<%end if%>
|
|
|