View Single Post
  #2 (permalink)  
Old Dec 12th, 2007, 16:35
Blake121 Blake121 is offline
Reputable Member
Join Date: Apr 2007
Location: Scotland
Age: 17
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Saving contact form information when submit is pressed?

I'm not sure that would be the best idea.

JavaScript is vulnerable to attack, You'd be better of use a server side language such as PHP or ASP. They are quite easy to learn.

Although, if you would really like to use JS. Have a look at this: http://4umi.com/web/javascript/filewrite.htm

Or just google, JavaScript - Writing files.
Reply With Quote