您好我想问这是否可行,如果您点击带锚点链接的图片,它会自动添加文字并在我的iframe src搜索栏中搜索,
HTML
<!-- When you click this image -->
<a href="">
<img src="img/hey.jpg">
</a>
<!-- it will add any text and search it on my search bar on my iframe-->
<input type="text" class="form-control" placeholder="Search" name="s" id="s">