% Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 %> <% if (Session("userid") = "" or Session("type")="") then response.redirect "supplierlogin.php?status=denied" elseif Session("type")<>2 then response.redirect "supplierlogin.php?status=denied" end if id=Session("userid") sql="SELECT * FROM ddi_zonefile WHERE zonefile_user=" & id set oRs = oConn.Execute(sql) %>
|