iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
My wWebTreeView has worked for years with the release of Windows 8 and IE 10 the WebTreeView tv.GetSelectedNode(); always returns a null in IE10 IE 7,8,9 work fine. I have gotten it to work in IE10 by adding
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=7,8,9" >
<![endif]-->
This then breaks the older versions of IE. Any one have any suggestions we just upgraded to Studio 2012 thinking it would have fixes for IE 10 but it is the exact same version of the WebTreeview I had with Studio 2011.
Matt
window.onloadmetadata = load; function load() { if(IS.ie && !(IS.GetIEVersion() == 9 || IS.GetIEVersion() == 8 || IS.GetIEVersion() == 7)) //IE 10 validation { var metadata = document.getElementById("metadata"); metadata.httpEquiv = "X-UA-Compatible"; metadata.content = "IE=7,8,9"; } }
Also please don't forget to add the metadata inside head tag:
<meta id="metadata" />
Hope this helps.
Regards,Bernard
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname