无需点击提交按钮即可提交数据

发布于 2024-10-08 07:20:39 字数 95 浏览 1 评论 0原文

我正在开发一个项目,用户可以从中选择一些照片。现在我希望他可以直接单击照片并选择它,而不需要任何类型的提交按钮。发送与图像对应的对象。我该怎么做。我也是在struts2中做的。

I am working on a project where a user gets some photos to select from. Now i want it to be such that he can directly click the photo and select it without need of any sort of submit button. An object corresponding to image is sent. How do i do this. Also i am doing it in struts2.

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

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

发布评论

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

评论(1

ζ澈沫 2024-10-15 07:20:39

您可以使用

<input type="image" />

代替
标签。
在浏览器上渲染图像时
因为 充当表单中的提交按钮。

You can use

<input type="image" />

instead of
tag.
when rendering the images on browser
because, <input type="image" /> acts as a submit button in a form.

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