Quote:
Originally Posted by camperjohn64
You can ONLY deliver this page:
<html>
<script>
document.location = "realpage.html";
</script>
You must enable javascript to see this
</html>
If the person doesn't have javascript active, it never gets to realpage.html
|
That'll work right up until they view the source and type "realpage.html" into their browser.