Topic: Javascript detection

http://thedailywtf.com/Articles/Bulletp … ction.aspx

lol2 lol2 lol2

Re: Javascript detection

    function javascriptEnabled(){
         return true;
    }

    function validateSettings(){
      if(!javascriptEnabled()){
        location.href="no_js.htm";
      }
    }

wow, thats really great as i don't know javascript love

http://tareq.wedevs.com/test/sig/blog_update.php
http://tareq.wedevs.com/test/sig/twitt_update.php

Re: Javascript detection

he he he, i got it big_smile

if javascript is disabled, so how this code snippet will run lol

http://tareq.wedevs.com/test/sig/blog_update.php
http://tareq.wedevs.com/test/sig/twitt_update.php

Re: Javascript detection

Yep, better late than never tongue

Re: Javascript detection

till first half, the script was good....but when that "redirection" was added.... lol lol