Re: Virgin Media Phorm Webwise Adverts [Updated: See Post No. 1, 77, 102 & 797]
might have found a solution to my iis ip blocking
*******
You have to just use this script in your default webpage so it will redirect to the site.
<script language="javascript">
var ip = <!--#echo var="REMOTE_ADDR"-->
if (ip <= '24.55.255.255') {
alert("STOP! You are not authorized to access this page!");
alert("Do not attempt to return, or your computer will begin a self-destruct sequence!");
if (confirm("Please leave now Or you will be forceably removed!"))
{location.href="http://www.google.com" } else { ("OK your choice, doesn't matter to me! SeeYa!"); {location.href="http://www.getalife.com" }} }
</script>
************
that useful to you as well pete, i will try and test this later as the hotel i am in has bt spyband
peter
|