webzoom Posted May 5, 2013 Posted May 5, 2013 We currently have 15% users with IE 6,7,8, is there a way to inform the visitor to update to IE10, I've done this modification before but forgot how. Share this post Link to post Share on other sites More sharing options...
vekia Posted May 5, 2013 Posted May 5, 2013 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. Share this post Link to post Share on other sites More sharing options...
webzoom Posted May 6, 2013 Posted May 6, 2013 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. Share this post Link to post Share on other sites More sharing options...
vekia Posted May 6, 2013 Posted May 6, 2013 hello thanks for infortmation that you found what you looked for :-) i can go ahead and mark this thread as solved regards Share this post Link to post Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now