我试图在单击幻灯片图像时基本上提交我的表单。我创建了一个表单,并使用 来输入值type="image",但今天意识到某些浏览器不处理来自 的值输入<input type="image">。最好的方法是什么?
<form method="GET" action="/filtered">
<div class="slider-wrapper"><!-- innermost wrapper element -->
<input class="slide" type="image" style="width: 100%; height: 60vh;" name="category" value="Car Cleaning Products" alt="Car Cleaning Products" src="../public/css/img/car-cleaning-slideshow.JPG">
<input class="slide" type="image" style="width: 100%; height: 60vh;" name="category" value="Car Cleaning Products" alt="Car Cleaning Products" src="../public/css/img/jan-supplies-slideshow.JPG">
<input class="slide" type="image" style="width: 100%; height: 60vh;" name="category" value="Car Cleaning Products" alt="Car Cleaning Products" src="../public/css/img/paper-products-slideshow.JPG">
</div>
</form>
墨色风雨
至尊宝的传说
素胚勾勒不出你
相关分类