Doc: document.write nach location.href

Beitrag lesen

Hab die Lösung:
Ist zwar auch nur ein Workaround, aber funzt (für alle die mal ein ähnliches Problem haben). Einfach im Suchfeld das onclick-Ereignis mit dem location.href versehen - sobald jemand was suchen will, wird die leere Seite aufgerufen ;-)

  
            <td colspan="2" class="suche"><input type="text" value="Suche" name="suche" size="20" style="color:#CCCCCC;" onFocus="this.value='';this.style.color='#000000';" onClick="parent.frames['inhalt'].location.href='blank.html';" onblur="this.style.color='#CCCCCC';"><input type="image" src="img/lupe.gif" onClick="search();document.form.reset()" border="0"></td>  

Zwar nicht perfekt, aber funktional ;-)
Viele Grüße
doc