Submit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tejavenkat
    New Member
    • Jun 2007
    • 2

    Submit

    I have three text boxes.So when i enter any data into those fields and press the submit button those values should be saved into some file.So how can i write javascript for this issue.plz reply immdiately.I need urgent.
  • ronnil
    Recognized Expert New Member
    • Jun 2007
    • 134

    #2
    I'm pretty sure javascript is not capable of writing to files.

    Post the data to a PHP or ASP page, and let that page write the file

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Depends how you want to use that 'file'. If all you want is to be able to retrieve that information somehow when the user comes back, you could use cookies, otherwise with standard javascript, you can't access the file system.

      Comment

      Working...