InterviewSolution
Saved Bookmarks
| 1. |
How To Read And Write A File Using Javascript? |
|
Answer» I/O operations like reading or writing a FILE is not possible with client-side javascript. However , this can be DONE by coding a Java APPLET that reads FILES for the SCRIPT. I/O operations like reading or writing a file is not possible with client-side javascript. However , this can be done by coding a Java applet that reads files for the script. |
|