1. Client side 'protection' can always be circumvented.
2.
using Javascript print an <img src="/somephp.php">
have somephp.php set a cookie.
have your other pages check if the user came from your site (referrer) and if they have the cookie that is set by somephp.php. If they don't have the cookie, they are probably blocking js.
|