Forum Moderators: open
I am not sure if this is even possible in JavaScript, but if it is, how would I do it?
If you just want your friend to see the info, you could use the form to send him the data through an email with form handler scripts (generally perl but can be done is ASP or PHP).
If you want the information to be saved and viewable by everybody, I think you are looking at server side scripting (ASP, PHP, Coldfusion) rather than client side (javascript) and you might need a database of some sort to store the data.
If you could be a bit more precise about the aim/use of the data from the form, somebody here could give you the proper answer.
Leo
(eg. ABC Association, John Doe, (800) 555-1313, jdoe@ABC.org
DEF Council, Jane Doe, (800) 555-5522, jane@defcouncil.net etc...)
The page will be saved on the server.
This information will be seen by everyone.
The information will be entered on a form on another page (eg. info.html), and will be saved and shown on the list of agencies page.
If JavaScript won't work, could I use JSPs? I am on a deadline (not for a month or two), and I don't want to try to learn a new language in that time.
Hope this helps
-Boss_Hogg