Access Text File in JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vishu2909
    New Member
    • Oct 2005
    • 2

    Access Text File in JavaScript

    How can I make a database in Javascript?
  • vishu2909
    New Member
    • Oct 2005
    • 2

    #2
    Important

    Originally posted by vishu2909
    How can I make a database in Javascript?
    I mean to say is there any way to access & save/append data from a text/html or any other file using Javascript.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      This is not possible in JavaScript, but you could use AJAX and let the server-side code deal with file-handling.

      Comment

      Working...