Now, I have been logging and tracking him and collecting info on him. And have found out that he uses IE6, so I had though of a plan to get a message accross to him.
First off I am going to make it do this:
Code: Select all
alert('Stop trying to access this program you silly *****.');
I think I might make the alert a function that can be run and looped.
Sort of like this:
Code: Select all
function DoAlert() {
alert('alert text');
DoAlert();
}
I am also thinking about putting some sort of picture on the page to discust and offend the user.
Anyway some coding and ideas on how to make an "impression" on this troublesome user would be appreciated.