I've got an searcharea where I've used
<form><input name="search"/></form>
which enables and shows the search button on iOS mobile keyboard.
My question is now, how can i find this search button in code so that i could add an onclick="(callFunction)" for example like i would be able to do if I had created an button myself. Any help or input highly appreciated, thanks!