PDA

Click to See Complete Forum and Search --> : How do I disable the web page viewing in a web browser?


Cander
May 31st, 2001, 08:57 AM
Just kidding. This joke is a reference to all the questions lately regarding disabling everything in a browser.
:D

CiberTHuG
May 31st, 2001, 09:43 AM
Sorry, but I can't help but answer


<%
'mypage.asp
if Session("myCount") = "" then Session("myCount") = 0
Session("myCount") = Session("myCount") + 1

Response.Redirect("mypage.asp")
%>


'Course, this is likely to kill IIS, I'm not going to test it.

Cander
May 31st, 2001, 12:39 PM
LOL. God forbid someone sees this code and tries it!

JoshT
May 31st, 2001, 01:51 PM
You can kill IIS by writing a loop that adds more than 10,000 or so HTTP headers. Don't ask why I know this...