Using Modernizr on an existing HTML5 application to make it compatible with ie8

I have software that uses html5 and websockets and allows me to create a webpage that allows users to connect to a windows server using remote desktop protocol in their web browser, can I use modernizer to make this site compatible with ie8? Their are pages that I have to store on the windows server and on my web hosting account that are needed for this app. Basically, can modernizer work on a web app that is already built in html5? If so, how would I do that? The software we use is Ericom AccessNow Here is a brief description, "Ericom AccessNow is the market's first high performance HTML5 RDP Client, providing browser access to Windows applications and desktops (virtual & physical), running on Windows Terminal Services / RDS / VDI platforms, including Microsoft Hyper-V and other hypervisors. Now supports Windows 8 and Windows Server 2012." We are using windows Server R2. Another important piece of information is that the users can not download another browser or connect from their desktop using the standard rdp connection. Everything has to be done in their browser which is ie8. (The solutions works perfectly for html5 capable browsers).


Ericom used to support running AccessNow on IE8 using an opensource plugin called the Chrome Frame plug-in; however, the opensource project is closed and this option is no longer supported. Perhaps this information can help you come up with other ideas though!

链接地址: http://www.djcxy.com/p/44706.html

上一篇: 浏览器如何使用WebSockets处理DNS查找和TLS?

下一篇: 在现有的HTML5应用程序上使用Modernizr以使其与ie8兼容