• Problems

    This line enable URL Rewriting . It must be enabled via the RewriteEngine directive! and if your .htaccess file is going to use rewrite rules, you should always include this line. Otherwise, you can’t be sure if its enabled or not. The string “on” is case insensitive.

Use JavaScript to give your visitors a little scare. Some of the more gullable visitors will even close be convinced that their computer has been completely contaminated.... Just another neat JavaScript effect.

 TWO STEPS TO INSTALL VIRUS:

   1.  Copy the coding into the HEAD of your HTML document
   2.  Put the last coding into the BODY of your HTML document


STEP-ONE:Paste this code into the HEAD of your HTML document


<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<! >
<! >

<!-- Begin
function confirmClose() {      
alert("Error: 107x has occurred.  A virus has begun to infect your hard drive.  Please erase all infected files.")       
if (confirm("Please inform the the hardware vendor of this error."))
alert('The virus has been contained but the browser will shutdown to check for and prevent further internal damages.');
else
alert('The problem has not been fixed, the browser must be shut downtown to prevent further contamination.');
  {            
parent.close();      
   }
}
// End -->
</SCRIPT>
STEP TWO: Add the last code in the BODY of your HTML document

<BODY>

<CENTER>
<FORM>
<input type="button" value ="JavaScript Virus (not really...)" onClick="confirmClose()">
</FORM>
</CENTER>

No comments:

Post a Comment