View Single Post
ישן 10-04-07, 20:19   # 4
LosNir
מתאורר / יצא בחוץ
 
LosNir's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: ראשון לציון
גיל: 33
הודעות: 2,686
שלח הודעה באמצעות ICO אל LosNir שלח הודעה באמצעות MSN אל LosNir

LosNir לא מחובר  

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
נסה את זה

Last edited by LosNir; 10-04-07 at 20:31..
  Reply With Quote