Virus Code For Disabling The Back Button
Do you like this story?
Virus Code For "A Disable the Back Button " Hack
Name this first page default.asp
<%
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "pragma", "no-cache"
Response.AddHeader "cache-control", "private"
Response.CacheControl = "no-cache"
dim qString: qString = Session("qString") & "&back=y"
dim strHead: strHead = ""
dim strFoot: strFoot = ""
if Session("submitted") = "yes" then
response.write strHead
response.write ""
response.write strFoot
response.end
end if
response.write strHead
response.write "
Subscribe to:
Post Comments (Atom)
0 Responses to “Virus Code For Disabling The Back Button”
Post a Comment