tak w skrócie. chcę wrzucić na swoją stronkę wyszukiwarkę googlowatą, ale chcę, by wynik zapytania z formularza otwierał się w nowym oknie.
poniżej standardowy kod do google. co mam zmienić/dodac?
pozdrawiam!
<form method="get" target="_blank" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="lr" value="lang_pl" /> <input type="text" name="q" size="25" maxlength=255 value="" /> <input type="submit" name="btnG" VALUE="google" /> </form>
<!-- Search Google --> <div> <form method="get" target="_blank" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <input type="hidden" name="lr" value="lang_pl" /> <input type="text" name="q" size="25" maxlength=255 value="</span>" /> <<span style='color:blue'>input type="submit" name="btnG" VALUE="google" /> </form> </DIV> <!-- Altavista --> <div> <form target="_blank" action="http://www.alltheweb.com/search" method="get"> <input name="q" size="25" /> <input name="cat" type="hidden" value="web" /> <input name="so" type="hidden" value="dlsb" /> <input name="charset" type="hidden" value="utf-8" /> <input type="submit" value="altavista" /> </form> </DIV>