View Single Post
ישן 12-04-07, 09:30   # 6
Meir
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Dec 2006
גיל: 34
הודעות: 383

Meir לא מחובר  

HTML קוד:
<form name="form" action="" method="post">
<input type="text" name="q" size="20" maxlength="80" /><br />
<input type="radio" name="site" value="search.php" checked="checked" onclick="document.form.action=this.value;alert(document.form.action);" /> Site <br />
<input type="radio" name="site" value="http://www.google.co.il/search?hl=iw" onclick="document.form.action=this.value;alert(document.form.action);" /> Google <br />
<input type="submit" value="חיפוש" />
</form>
__________________
רק אחרי שנמצאים בחושך, אפשר להעריך את האור.
  Reply With Quote