Tuesday, May 22, 2012

the META tag and redirection

do not use html tag "meta" for redirection as well as for auto refreshing. it may not work in google chrome. instead used alternatives like java script or ajax or your server side scripting language native functions for the same.

meta tag is very important for search engine optimization. get more details about meta tag by searching yourself. ;)

 you may come across the old buggy code in which redirection does not work in one browser while it works fine in some other browser. try to find "meta" tag in code. replace it with some other alternative for redirection. in my case i replaced the meta tage with PHP function header() and it worked like a cake. ;)

that was quick and easy!
bye!

No comments:

Post a Comment