Jump to content

[solved] 10% users with IE 6, 7, how do I keep these visitors?


webzoom

Recommended Posts

you can use javascript code which will show information about necessary update:

 

for example, code for IE 6

<!--[if lte IE 6]><script src="js/ie6/warning.js"></script><script>window.onload=function(){e("js/ie6/")}</script><![endif]-->

 

you can read also this: http://garmahis.com/tools/ie6-update-warning/ very nice page where you can find out many helpfull informations related to your question.

 

finally: editing .tpl (template) files will be necessary. without it isn't possible.

Link to comment
Share on other sites

you can use javascript code which will show information about necessary update: for example, code for IE 6
 

you can read also this: http://garmahis.com/tools/ie6-update-warning/ very nice page where you can find out many helpfull informations related to your question. finally: editing .tpl (template) files will be necessary. without it isn't possible.

 

Thank you so much it was exactly what I was looking for. :lol:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...