I am trying to find a plugin or widget type jQuery script I can implement with my website to utilize a voting poll on individual pages. I do not have access to the site server as I am using a Volusion shopping cart which uses .asp pages not pHp.
Anyone know where I would start looking for something like this or how it would store the information for that matter?
It is impossible to make a poll using JavaScript alone. JavaScript is client-side and the poll results have to get stored somewhere.
With ASP, however, it’s possible:
ASPPoll
ASP Poll / Voting Code