کد:
<html>
<body bgcolor=ffffff>
<script language="javascript">
var ip = 'جای آی پی'
if (ip == 'جای آی پی') {
alert("STOP! You are viewing this page from
an IP address that is not allowed!");
alert("Why can't you guys just leave me
alone?");
if (confirm("Do you want to leave peacefully?
Or will I have to help you?"))
{location.href="http://www.mydesktop.com" }
else { ("OK you choose I don't care! Bye bye!
Don't come back!");
{location.href="http://www.mydesktop.com" }}
}
</SCRIPT>
</body>
</html>