I have seen various forms on forums where you set up a voting thing,
and others browsing a thread can vote on some silly thing.
What is the right tool to do something like this on a simple webpage?
I was thinking something like two pictures (left and right), like Lennon versus Bush or something, and the viewer just clicks a button to vote for the picture/item/person of their choice, but only once per visit or IP address.
Very simple idea, but should it be a form, or javascript, or what?



Reply With Quote
There most certainly are several very simple ways of doing this, but they all need server-side interaction. You could use an applet to connect to an FTP server running on the site, eliminating the need for a server-side script, but this would be very insecure, as it would need read-write access and would contain the username and password for the site, rendering your data open to arbitrary editing by anyone with the skill to find them.


Bookmarks