אשכול: ודוי FROM [JS]
View Single Post
ישן 01-09-06, 15:03   # 6
Elad-A
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 1,987

Elad-A לא מחובר  

http://elad.fire-serv.net/add.html

אני עשיתי ועבד טוב.

הקוד שעשיתי:

PHP קוד:
<html dir="rtl"> 
<
head> 
<
meta http-equiv="Content-Type" content="text/html; charset=windows-1255"> 
<
title>test</title> 
</
head> 
<
script>  
function 
CheckForm() 
{ 
var 
frm = document.add; 

if(
frm.name.value=="") 
{ 
alert('משהו'); 
frm.name.focus(); 
return 
false; 
} 
return 
true; 
} 
</script> 
<body> 
<form method='POST' action='add.php' name="add" id="add" onSubmit="return CheckForm()">  
<p dir="rtl"><span lang="he"><b><font size="3">תרשום משהו</font></b></span><b>  
<font size="4">  
<input type='text' name='name' size='20'></font></b></p>  
<input type='submit' value='המשך' name="id" id="id" ></b></p> 
</form> 
</body> 
</html> 
  Reply With Quote