I am working on a solution that loads SharePoint pages in a copy of IE. When the page finishes loading an event is triggered that executes some code in the application that wraps IE.
Now this all works fine and well, until JavaScript is turned off in the browser, a requirement for this solution (Don't ask). Naturally I don't expect the out of the box SharePoint user interface to be fully functional without JavaScript enabled, but although the web page is rendered correctly IE's progress bar never finishes the loading process. As a result my code is never triggered.
Try it for yourself.
- Open Internet Explorer.
- Disable JavaScript access for the Internet zone.
- Navigate to a public SharePoint site such as this one.
- Watch in amazement how the progress bar never finishes.
Does anyone have any idea about what is going on or if there are any workarounds?