Hi i just want to ask if this is possible, if you click the image with a anchor link it will automatically add text and search it on my iframe src search bar,
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">