Thread
:
Any way to block access to my site if users are blocking javascript?
View Single Post
03-29-2011, 07:27 PM
camperjohn64
Confirmed User
Industry Role:
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,531
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
__________________
www.gimmiegirlproductions.com
camperjohn64
View Public Profile
Visit camperjohn64's homepage!
Find More Posts by camperjohn64