Click to See Complete Forum and Search --> : forms database


fiddes_c
01-06-2003, 10:58 AM
Hi,
I have a simple enough html form, collating user info re email address, first name, last name and DOB.
Can Javascript be used to send this information to an excel or access database? Replies appreciated.

cheers
Cormac:p

swon
01-06-2003, 11:28 AM
if you work with server side languages like PHP, Perl etc. YES!
Only with javascript and HTML, NO!
Because JavaScript and HTML are not able to read or write from or into other files and DB's.

fiddes_c
01-06-2003, 11:32 AM
Hi,
thanks for that,
would ASP or CGI be okay to use?
cheers
Cormac

swon
01-06-2003, 11:39 AM
Of course, they are!