Witam, mam wyszukiwarkę na stronie i chciałbym zrobić tak jeżeli ktoś kliknie szukaj no to żeby go nie przekierowało do google tylko żeby wyniki wyszukiwanie google były na mojej stronie
podobnie jak na tej stronie: http://szukaj.onet.pl/
<form target="_blank" action="http://www.google.pl/search" method="get" >
<input type="text" placeholder=" Wprowadź adres lub szukaj !" autofocus name="q" name="q" size="50"/>
<br><br>
<div class="checkbox">
<input type="hidden" name="ie" value="lang_pl" />
<input type="hidden" name="lr" value="lang_pl" />
<input type="radio" name="sitesearch" value="" id="sitesearch1" checked="checked" /> <label for="sitesearch1">W Google</label>
<input type="radio" name="sitesearch" value="masterdally.com" id="sitesearch0" /> <label for="sitesearch0">Na Master Dally</label>
</div>
<input type="submit" value="Szukaj !"/>