(no title)
andrewd18 | 11 years ago
Note that if you ship HTML files onto the user's hard drive you may have to implement Marks of the Web on each page so the page is rendered as part of the "internet zone". If you don't, certain javascript features (namely AJAX requests) are disabled as they could be a security risk. Alternatively, ship a small webserver to handle the AJAX requests.
More info: http://msdn.microsoft.com/en-us/library/ms537628%28v=vs.85%2...
No comments yet.