I have a textbox where the user can enter a text string, and a button to fire off the search thrue an array. The button fires of a javascript function ( search(); ) and uses the textbox text.
How can one use the type "search" input control instead? I´d like the benfits with the seach control but want it to fire of the javascript searhch() function. That way I can skip the Search button I hope.. <input id="Anlaggn" type="search" results="5" class="searchbox" style="width:210px" value=" "><input type="button" class="knapp" value="Sök" onclick="search()"> Thanks//Martin -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
