I used some feature of HTML 5.0. While doing development it didnot any errors with IE8 but while hosting on IIS i m getting errors "Your browse does not support this features. What is the issue ? If locally it is running on IE8 then it should also support
on ISS.
Chandradev | Microsoft Community Contributor 2011
My Blog [Life is wonderful if you know how to live life]
Thanks for sending reply. Yes it is true that all featues of HTNL 5.0 doestnot support on IE8. But there are some javascript plugin to make work on all browser.
It seems this script doesnot support all tags of HTML 5.0 in lower browser. But i have used only SessionStorage feature of HTML 5.0. which is also support by IE8. while testing with this tool also it is showing on IE8.
Are you using any javascript library to enable HTML5 features in IE8? If yes, then try to check if the link to the library is valid in that hosted website.
Please "Mark as Answer" if this post answers your question.
Thanks for sending the reply. I tried with google frame plugin. It is not working on my system. Actually i checked Server browser version, there is IE 7. I m looking some plugin which make sessionstorage of HTML 5.0 to work on IE 7.
Chandradev | Microsoft Community Contributor 2011
My Blog [Life is wonderful if you know how to live life]
I didnot get some good plugin, which make enable to work HTML 5 in older browser. I fixed the problem using Html cookie using javascript. If you will get any plugin then let me know.
Chandradev | Microsoft Community Contributor 2011
My Blog [Life is wonderful if you know how to live life]
chandradev1
Participant
1563 Points
474 Posts
Html5.0 browser compactibility with IE8
Dec 14, 2012 11:58 AM|LINK
Hi
I used some feature of HTML 5.0. While doing development it didnot any errors with IE8 but while hosting on IIS i m getting errors "Your browse does not support this features. What is the issue ? If locally it is running on IE8 then it should also support on ISS.
My Blog
[Life is wonderful if you know how to live life]
roopeshreddy
All-Star
20135 Points
3323 Posts
Re: Html5.0 browser compactibility with IE8
Dec 14, 2012 03:24 PM|LINK
Hi,
Basically, HTML5 is not supported in IE8! IE9+ browsers supports HTML 5!
It's weird that it supported in local system! Cross check the browser version in the local system!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
chandradev1
Participant
1563 Points
474 Posts
Re: Html5.0 browser compactibility with IE8
Dec 17, 2012 05:47 AM|LINK
Hi
Thanks for sending reply. Yes it is true that all featues of HTNL 5.0 doestnot support on IE8. But there are some javascript plugin to make work on all browser.
http://html5doctor.com/how-to-get-html5-working-in-ie-and-firefox-2/
I m checking it but still it is not working.
My Blog
[Life is wonderful if you know how to live life]
roopeshreddy
All-Star
20135 Points
3323 Posts
Re: Html5.0 browser compactibility with IE8
Dec 17, 2012 06:30 AM|LINK
Hi,
Try this - http://www.paulund.co.uk/turn-on-html5-in-ie8-or-lower
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
chandradev1
Participant
1563 Points
474 Posts
Re: Html5.0 browser compactibility with IE8
Dec 17, 2012 07:27 AM|LINK
Hi
It seems this script doesnot support all tags of HTML 5.0 in lower browser. But i have used only SessionStorage feature of HTML 5.0. which is also support by IE8. while testing with this tool also it is showing on IE8.
http://html5test.com/
only after hosting on IIS, it is not working.
My Blog
[Life is wonderful if you know how to live life]
roopeshreddy
All-Star
20135 Points
3323 Posts
Re: Html5.0 browser compactibility with IE8
Dec 17, 2012 08:10 AM|LINK
Hi,
HTML 5 is not IIS server related! It's browser realted! So, if browser supports, it should be working fine!
http://blogs.msdn.com/b/ieinternals/archive/2009/09/16/bugs-in-ie8-support-for-html5-postmessage-sessionstorage-and-localstorage.aspx
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
ferrymeidian...
Member
500 Points
126 Posts
Re: Html5.0 browser compactibility with IE8
Dec 17, 2012 08:14 AM|LINK
Are you using any javascript library to enable HTML5 features in IE8? If yes, then try to check if the link to the library is valid in that hosted website.
Regards,
Ferry Meidianto
www.meidianto.com
Raja Boopath...
Contributor
2427 Points
369 Posts
Re: Html5.0 browser compactibility with IE8
Dec 17, 2012 08:27 AM|LINK
try google chrome frame plugin. HTML 5 works IE 6 onwards with this plugin installation.
http://support.google.com/chrome/bin/answer.py?hl=en&answer=161796
chandradev1
Participant
1563 Points
474 Posts
Re: Html5.0 browser compactibility with IE8
Dec 17, 2012 10:25 AM|LINK
Hi
Thanks for sending the reply. I tried with google frame plugin. It is not working on my system. Actually i checked Server browser version, there is IE 7. I m looking some plugin which make sessionstorage of HTML 5.0 to work on IE 7.
My Blog
[Life is wonderful if you know how to live life]
chandradev1
Participant
1563 Points
474 Posts
Re: Html5.0 browser compactibility with IE8
Dec 20, 2012 07:28 AM|LINK
Hi
I didnot get some good plugin, which make enable to work HTML 5 in older browser. I fixed the problem using Html cookie using javascript. If you will get any plugin then let me know.
My Blog
[Life is wonderful if you know how to live life]