Tag: JavaScript

JavaScript : Time delayed page redirect.

Recently in one of the project I am working on required me to do a “JavaScript” based url redirect. Originally I used a PHP header based 301 redirect

But this approach has one  limitation.The limitation is that you can not send any data before the header. My client used third-party JavaScript based tracking service

Continue Reading…