<% if (isNull(request.cookies("ckyUserID"))) or (request.cookies("ckyUserID")="") then response.redirect "index.asp" end if %> <% if getUserType(Request.Cookies("ckyUserID"))<>33 then response.redirect "admin_lookup.asp" end if if Request.querystring("btnSave") = "Save" then lngID = Request.QueryString("lngID") strSignature = fixquote(Request.QueryString("strSignature")) if lngID > 0 then s = "Update tblUser Set strSignature = '" & strSignature & "' WHERE UserID = " & lngID set rst = cn.execute(s) end if end if %> <!--#include file="title.htm"--> User Admin Lite
<% x = swapIt(x) response.write "" response.write "" response.write "" lngID = request.querystring("lngID") if lngID > 0 then s = "SELECT strSignature From tblUser WHERE UserID=" & lngID set rst = cn.execute(s) if not rst.eof then strSignature = rst("strSignature") else strSignature = "" lngID = 0 end if rst.close else strSignature = "" lngID = 0 end if x = swapIt(x) response.write "" response.write "" response.write "
My Details
 
Email Signature
  
" %>