无需点击提交按钮即可提交数据
我正在开发一个项目,用户可以从中选择一些照片。现在我希望他可以直接单击照片并选择它,而不需要任何类型的提交按钮。发送与图像对应的对象。我该怎么做。我也是在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
代替
标签。
在浏览器上渲染图像时
因为
充当表单中的提交按钮。
You can use
instead of
tag.
when rendering the images on browser
because,
<input type="image" />
acts as a submit button in a form.