没有使用 pHp 的 jQuery 投票插件?
我正在尝试找到一个插件或小部件类型的 jQuery 脚本,我可以在我的网站上实现,以便在各个页面上利用投票。我无法访问站点服务器,因为我使用的是 Volusion 购物车,该购物车使用 .asp 页面而不是 pHp。
有人知道我会从哪里开始寻找这样的东西,或者它如何存储这方面的信息?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅使用 JavaScript 不可能进行民意调查。 JavaScript 是客户端,投票结果必须存储在某个地方。
然而,对于 ASP,则可以:
ASPPoll
ASP 投票/投票代码
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