Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing data from drop down menu

Status
Not open for further replies.

teesee1

IS-IT--Management
Nov 10, 2006
13
GB
ive created a little intranet site for my work....in html.

1 page ive created has a drop down box with 8/10 available options to select (from the drop down menu.)

how do i go about capturing the data when the user presses the submit button.

ive searched the web and im getting confused with javascript, asp, cgi and pearl etc. etc.

any simple solutions to capture the data into a spreadsheet.
 
any simple solutions to capture the data into a spreadsheet.
no!

You need to either use on the form action mailto:email address.

Or use serverside code to process the submitted data.

You can't just have a form and click submit and it maraculously turns into a spreadsheet on your server.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
Correct. Although I would not use the mailto: action.

But yes you need some kind of script be it any of the ones you mentioned, to take the data from your form, and capture it into a excel file.

It really isn't all that difficult. but you need a script definitely.

You need to find out what kind of language your server supports, and then code the script in that.



----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top