% dim s randomize timer s=Int((89999)*Rnd +10000) if request("action")=1 then username=request.Form("adminname") userpwd=request.Form("adminpwd") s=request.Form("s") if s=request.Form("s2") then if username="reachwin" and userpwd="reachwin" then response.Redirect("news1.html") else response.Write "" end if else response.Write "" end if end if %>
|
|