PHP קוד:
<form name="form" action="" method="post">
<input type="text" name="q" size="20" maxlength="80" /><br />
<input type="radio" name="site" value="" checked="checked" onclick="document.form.action='search.php'" /> Site <br />
<input type="radio" name="site" onclick="s" value="" checked="checked" onclick="document.form.action='http://www.google.co.il/search?hl=iw'" /> Site <br />
<input type="submit" value="חיפוש" />
</form>
נסה את זה
