quote:
Originally posted by john-t
quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by john-t
HTML + JS is all you need.
So how do you save the results?
Txt files... | but he did say only html
Or store them in html files.. get JS to edit the html code. (if thats possible?)
Erm no. It is not. In order to access server sided files, you would need some sort of server-sided script. I'd suggest Python for this task, anything else is simply too big.
Of course, you could use AJAX to update the poll at times or send the results. But unless you want to store the results in a cookie or some shizzle, you'll have to have something server sided.
That is all.