I’m working in Dreamweaver and would like an opinion poll which allows the users to select an option and have the total results displayed.
Many Thanks
Ryan
Your website builder
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Sep | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||
1 Comment Received
July 24th, 2010 @8:01 pm
There are many ways to do it, but all of them depend on storing something on the server. To do that has nothing to do with using Dreamweaver or not, it depends on how your server is configured and what scripting languages and databases you have available to you. Typically, these days, you would use PHP and simply increment a counter in a database or even in a simple text file on your server’s file path.
Once you have your server configured right, learn PHP or whatever language, the rest is really simple. You could use Ajax, so that if the user ticks the box, it updates the display without a page refresh, but that is all the easy stuff once you have the initial server set up.
Leave A Reply