Click to See Complete Forum and Search --> : i want to make a poll


jerichoflash
10-20-2003, 06:09 PM
Can anyone tell me or point me in the right direction. I want to make a poll. Ok here is an example of what I want:

What is your favorite fruit?
0 apple
0 bananna
0 pear
0 peach
Submit

Ok they have to check one of the circles and then when they click on submit it gives them the results of the poll so far. How do I make one of those or do I have to order one?

Chris

Jona
10-20-2003, 11:03 PM
You must have a server-side language to process the form and display results. JavaScript cannot do this, because it is client side, and all results must be sent back to the server for others to see the results and for the results to be "added" or submitted.

[J]ona

jerichoflash
10-21-2003, 04:17 PM
do you know where i can get one?

Jona
10-21-2003, 04:29 PM
www.resourceindex.com (for CGI or PHP). Are you looking for an ASP one?

[J]ona