Also ich habe hierfür keine Extension im Einsatz. (außer natürlich indexed_search)
Im Bsp eine einfache Suchbox und 1 Grafik als Schaltfläche
HTML-Code:
<div id="naviSuchbox"> <form action="fileadmin/../index.php?id=117&L=###LANGID###&tx_indexedsearch[sword]" method="post" name="FormName"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="6" height="20"> </td> <td width="110" height="20" nowrap>SUCHE <input class="naviSuchboxForm" type="text" name="tx_indexedsearch[sword]" size="8" /> </td> <td height="20"><input name="image" class="naviSuchboxText" type="image" src="fileadmin/img/suchenlupe.gif" /></td> </tr> </table> </form> </div>