string crashBrowserByJsBug(
)
|
|
returns a html page that is using javascript which crashes
ie 3.02 ie 5.01 ie 5.5 ie 6.0 (tested, even with sp2)
this one works in ie6, and apparently in many earlier versions too: <form><input type crash></form>
Tags:
sends a 403 Forbidden response to the client, telling that he's not allowed to view that page.
can be used for any unwanted visitor, and is prolly the best one to choose even if it's not as fancy as others below. it may result in less further problems with that user. (if you kill his browser, he may get angry, ...)
note: dis function terminates the script execution.
Tags: