faqts : Computers : Programming : Languages : JavaScript : Forms : TextAreas/TextFields

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

How do I send the info from one text field in a form to multiple fields of a flatfile database?

Jul 16th, 2003 04:31
Marc Brevoort, Kev Choppin,


This can not be done with client-side javascript; it does not have
access to files or the file system for security purposes. Choose a
server-based solution instead, for example php or asp.