-1

As the title suggests, I am wondering if it is possible to use Javascript to grab information entered in a form and pushing that information into a formatted html file for download after clicking submit?

Suz
  • 1
  • 3
  • Thanks for sharing this, it helped to answer some questions that I had. – Suz Mar 06 '14 at 22:29
  • "[Create a file in memory for user to download, not through server](http://stackoverflow.com/questions/3665115/create-a-file-in-memory-for-user-to-download-not-through-server)" should help with part. – Jonathan Lonowski Mar 06 '14 at 22:30

1 Answers1

0

You should do this SERVER SIDE. Use php, not JS

Nicky Smits
  • 2,980
  • 4
  • 20
  • 27