View Single Post
ישן 08-05-06, 22:03   # 3
BlueNosE
אין כמו ב127.0.0.1
 
BlueNosE's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: כפ"ס
גיל: 32
הודעות: 4,086

BlueNosE לא מחובר  

HTML קוד:
<script type="text/javascript">

function InputName(){

if (inputname.value == '')
{
 alert('Error!');
 return false;
}
else
return true;

}
</script>

<form action="bla.php" method="post" onsubmit="InputName()">
<input type="text" name="inputname" />
<br />
<input type="submit" name="submit" value="שלח" />
</form>
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

סלנג מילון סלנג utter
  Reply With Quote