I am trying to do a simple Ajax Demo:
- HTML file with textbox and button
- Text file whose content is displayed in textbox when button is clicked.
The example works fine in Mozilla but in IE it gives error Access Denied on the line where I use the open
method.
May be it's restricting the access to the local file system. What should be the solution to make this example work?