• پایان فعالیت بخشهای انجمن: امکان ایجاد موضوع یا نوشته جدید برای عموم کاربران غیرفعال شده است

چك كردن خالي نبودن فيلدهاي يك فرم

ABBAS87864

کاربر تازه وارد
تاریخ عضویت
2 نوامبر 2004
نوشته‌ها
100
لایک‌ها
0
سلام دوستان

من يك كد asp نوشتم كه باآن ميشه در سايت ها e-mail ارسال كرد.

ولي ميخواهم كاربر تمام فيلدها را پر كند و بعد e-mail ارسال شود.

اگر حتي يك فيلد هم خالي بود ، e-mail ارسال نشود.

كسي ميدونه چجور بايد اين را چك نرد و كد آن چيست.


****** من مي خواستم از if .... then goto استفاده كنم ولي از goto خطا ميگيره. آيا goto در asp وجود نداره يا اگه هست چجوري ميشه از آن استفاده كرد.
 

mehdi25

کاربر تازه وارد
تاریخ عضویت
28 اکتبر 2004
نوشته‌ها
1,318
لایک‌ها
2
محل سکونت
طهران
تو سایت بگرد پیدا میکنی.

javascript بزار
 

ABBAS87864

کاربر تازه وارد
تاریخ عضویت
2 نوامبر 2004
نوشته‌ها
100
لایک‌ها
0
هر چه گشتم پيدا نكردم.

بابا آخه تو اين سايت شلوغ ، چطوري ميشه پيداكرد.

خود پيدا كردن يك مسئله است.

لطفا اگه جواب را ميدونيد ، راهنمائي كنيد.
 

mehdi25

کاربر تازه وارد
تاریخ عضویت
28 اکتبر 2004
نوشته‌ها
1,318
لایک‌ها
2
محل سکونت
طهران
به نقل از ABBAS87864 :
هر چه گشتم پيدا نكردم.

بابا آخه تو اين سايت شلوغ ، چطوري ميشه پيداكرد.

خود پيدا كردن يك مسئله است.

لطفا اگه جواب را ميدونيد ، راهنمائي كنيد.


این فایل رو ببین میفهمی


HTML:
<html>

<head>
<title>No title</title>
<SCRIPT  language="JavaScript">
<!-- Hide from older browsers
	
//Check the enquiry form is filled in correctly
function CheckForm () { 

	var errorMsg = "";

	if (document.job.Nameco.value == ""){
		errorMsg += "\n\tنام شرکت / اداره / فروشگاه را وارد کنيد ";	
	}
	if (document.job.Name.value == ""){
		errorMsg += "\n\tنام و نام خانوادگي مديريت را وارد کنيد ";	
	}
	if (document.job.Job.value == ""){
		errorMsg += "\n\tزمينه کاري را وارد کنيد ";	
	}
	if (document.job.Job.value == ""){
		errorMsg += "\n\tآدرس را وارد کنيد ";	
	}


	if (errorMsg != ""){
		msg = "______________________________________________________________\n\n";
		msg += "Your enquiry has not been sent because there are problem(s) with the form.\n";
		msg += "Please correct the problem(s) and re-submit the form.\n";
		msg += "______________________________________________________________\n\n";
		msg += "The following field(s) need to be corrected: -\n";
		
		errorMsg += alert(msg + errorMsg + "\n\n");
		return false;
	}
	
	return true;
}
// -->
</script>	
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">



<form name="job" method="post" action="Book_Save.asp" onSubmit="return CheckForm();">
    <p align="right" style="margin-right:3pt; margin-left:3pt;">&nbsp;</p>
    <table width="98%" cellpadding="0" cellspacing="0">
      <tr>
        <td width="633" height="73" colspan="2" Dir=rtl>
          <p style="margin-right:3pt; margin-left:3pt;"><b><font face="Tahoma" color="blue">با پر کردن قسمتهاي زير مشخصات مراکز تجاري و اداري را به ليست کتاب ما بصورت رايگان اضافه کنيد .</font></b></p></td>
      </tr>
      <tr>
        <td width="633" height="21" colspan="2" dir=rtl>
          <p style="margin-right:3pt; margin-left:3pt;"><font size="2" face="Tahoma" color="#993300">لازم به ذکر است که قسمتهاي مشخص شده با علامت ( * ) را بايد پر کنيد</font></p></td>
      </tr>
      <tr>
        <td width="438" height="27" dir=rtl>
          <p align="right">
            <input type="text" name="Nameco" size="33" onkeypress="return submitenter(this,event)" style="color:rgb(153,0,255); text-align:right; background-color:rgb(204,204,255);">
        </p></td>
        <td width="195" height="27" dir=rtl>
          <p align="left"><font size="2" face="Tahoma">نام شرکت / اداره / فروشگاه </font><font size="3" face="Tahoma">*</font><font size="2" face="Tahoma"> : &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="37" dir=rtl>
          <p align="right">
            <input type="text" name="Name" size="33" onkeypress="return submitenter(this,event)" style="color:rgb(153,0,255); background-color:rgb(204,204,255);">
        </p></td>
        <td width="195" height="37" align="right" style="text-align:right;" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">نام مديريت&nbsp;* : &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="30" dir=rtl>
          <p align="right"><font size="3" face="Tahoma">
            <input type="text" name="Job" onkeypress="return submitenter(this,event)" size="50" style="color:rgb(153,0,255); background-color:rgb(204,204,255);">
        </font></p></td>
        <td width="195" height="30" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">زمينه کاري&nbsp;* : &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="30" dir=rtl>
          <p align="right"><font size="3" face="Tahoma">
            <input type="text" name="Tel" onkeypress="return submitenter(this,event)" style="color:rgb(153,0,255); background-color:rgb(204,204,255);">
        </font></p></td>
        <td width="195" height="30" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">تلفن&nbsp;&nbsp; : &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="30" dir=rtl>
          <p align="right"><font size="3" face="Tahoma">
            <input type="text" name="Fax" onkeypress="return submitenter(this,event)" style="color:rgb(153,0,255); background-color:rgb(204,204,255);">
        </font></p></td>
        <td width="195" height="30" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">فکس &nbsp;&nbsp;: &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="30" dir=rtl>
          <p align="right"><font size="3" face="Tahoma">
            <input type="text" name="Mobil" size="22" onkeypress="return submitenter(this,event)" style="color:rgb(153,0,255); background-color:rgb(204,204,255);">
        </font></p></td>
        <td width="195" height="30" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">همراه &nbsp;&nbsp;: &nbsp;</font></p></td>
      </tr>
                    <tr>
                        <td width="438" height="30" dir=rtl>
            
            
            
            
                            <p style="margin-top:1; margin-bottom:1;" align="right">

            &nbsp;</p>
	 
			 
			 
			 
			 
			 
				
	 
			 
			 
			 
			 
			 
			 
			 
				
	 
			 
			 
			 
			 
			 
				
	 
			 
			 
			 
			 
			 
			 
			 
				
                            <p align="right" style="margin-top:1; margin-bottom:1;"><font size="3" face="Tahoma"><input type="text" name="Add" size="58" onkeypress="return submitenter(this,event)" style="color:rgb(153,0,255); background-color:rgb(204,204,255);">
        </font></p>
                        </td>
        <td width="195" height="30" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">آدرس&nbsp;* : &nbsp;</font></p></td>
                    </tr>
      <tr>
        <td width="438" height="30">
          <p align="right"><font size="3" face="Tahoma">
            <input type="text" name="URL" size="35" value="http://" style="color:rgb(153,0,255); text-align:left; background-color:rgb(204,204,255);">
        </font></p></td>
        <td width="195" height="30" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">آدرس وب سايت&nbsp; : &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="30">
          <p align="right"><font size="3" face="Tahoma">
            <input type="text" name="Email" size="35" style="color:rgb(153,0,255); background-color:rgb(204,204,255);">
        </font></p></td>
        <td width="195" height="30" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">پست الکتونيکي &nbsp;: &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="91" dir=rtl>
          <p align="right"><font size="3" face="Tahoma">
            <textarea name="Tozih" rows="9" cols="42" onkeypress="return submitenter(this,event)" style="color:rgb(153,0,255); background-color:rgb(204,204,255);"></textarea>
        </font></p></td>
        <td width="195" height="91" dir=rtl>
          <p align="left"><font size="3" face="Tahoma">توضيحات : &nbsp;</font></p></td>
      </tr>
      <tr>
        <td width="438" height="52">
          <p align="right">
            <input type="reset" name="Reset" value="پاک کردن فرم" style="font-family:Tahoma; font-size:10pt;">
&nbsp;&nbsp;&nbsp;&nbsp;
            <input type="submit" name="Submit" value="ثبت در کتاب منشور" style="font-family:Tahoma; font-size:10pt;">
&nbsp;&nbsp;</p></td>
        <td width="195" height="52">&nbsp;</td>
      </tr>
    </table>
</form>




</body>

</html>
 
بالا