实施拖拽提交表单

发布于 2024-09-16 01:54:10 字数 315 浏览 4 评论 0原文

我厌倦了那些混蛋在我的网站上发送垃圾邮件,我讨厌那些愚蠢的验证码东西,而我的客户已经对我网站上的验证码感到厌烦了。

所以,我有一个想法。如果有一条小线怎么办?他们所要做的只是简单地将一个圆圈从线的左侧拖到右侧。一旦圆圈到达放置目标(行尾),表单就会提交。听起来很简单?无需为了提交表单而不方便地输入一些随机的废话!

请参阅演示图片:

Dragger Sample

有谁知道我将如何实现这样的事情?有人可以帮我吗?我需要一点指导。

谢谢

I am sick to death of assholes spamming my site, and I hate those stupid Captcha things, and my customers have had it up to their necks with the captcha on my site.

So, I had an idea. What if there was a small line. And all they had to do was simply drag a circle from the left of the line to the right. And once the circle reaches the drop-target (end of the line), the form will then submit. Sounds simple? No need to inconveniently type some random crap just to submit a form!

See demo pic:

Dragger Sample

Does anybody know how I would implement something like this? Can someone please help me? I need a little direction.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流殇 2024-09-23 01:54:10

这似乎是一种相当迂回的方法,大多数垃圾邮件机器人首先不会执行 JavaScript,我的解决方案是使用 JavaScript 自动填充隐藏字段,或者简单地使用 JavaScript 填充表单的操作部分。

That seems like a rather roundabout way of doing it, most spambots dont execute JavaScript in the first place, my solution would be to autofill a hidden field using javascript, or simply fill the action part of a form using javascript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文