|
|
|
ผมทำตรวจสอบ การกรอกข้มูลในช่อง ก่อนส่งข้อมูลไปอีหน้าครับ แต่ทำไมได้ ลองดู ทีครับผม |
|
|
|
|
|
|
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>AUM&T Auccounting : Sending E-Mail</title>
<script type="text/javascript" language="javascript">
function IsCheck(txtTo, txtSubject, txtDescription, txtFormName, txtFormEmail, fileAttach)
{
if(document.getElementById(txtTo).value == ''
&& document.getElementById(txtSubject).value == ''
&& document.getElementById(txtDescription).value == ''
&& document.getElementById(txtFormName).value == ''
&& document.getElementById(txtFormEmail).value == ''
&& document.getElementById(fileAttach).value == ''
)
{
alert('Please insert data');
return false;
}
else if(document.getElementById(txtTo).value == ''
|| document.getElementById(txtSubject).value == ''
|| document.getElementById(txtDescription ).value == ''
|| document.getElementById(txtFormName ).value == ''
|| document.getElementById(txtFormEmail ).value == ''
|| document.getElementById(fileAttach ).value == ''
)
{
alert('Please insert data');
return false;
}
else
return true;
};
</script>
<style type="text/css">
<!--
.style1 {font-size: small}
-->
</style>
</head>
<body>
<form action="phpSendMailUploadAttach.php" method="post" enctype="multipart/form-data" name="frmMain">
<table width="343" border="0">
<tr>
<td><span class="style1">ถึง</span></td>
<td>AUM&T Accounting
<input name="txtTo" id="txtTo" type="text" style="visibility: hidden; value=" value="[email protected]" size="2"" [email protected] ></td>
</tr>
<tr>
<td><span class="style1">เรื่อง*</span></td>
<td><input name="txtSubject" id="txtSubject" type="text"></td>
</tr>
<tr>
<td><span class="style1">รายละเอียด*</span></td>
<td><textarea name="txtDescription" id="txtDescription" cols="30" rows="4"></textarea></td></tr>
<tr>
<td><span class="style1">จาก*</span></td>
<td><input name="txtFormName" id="txtFormName" type="text"></td></tr>
<tr>
<tr>
<td><span class="style1">อีเมล์*</span></td>
<td><input name="txtFormEmail" id="txtFormEmail" type="text"></td></tr>
<tr>
<td><span class="style1">แนบไฟล์</span></td>
<td><input name="fileAttach" id="fileAttach" type="file"></td></tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" onclick= "return IsCheck('txtTo','txtSubject','txtDescription','txtFormName','txtFormEmail','fileAttach');" value="ส่งข้อมูล"></td>
</tr>
</table>
</form>
</body>
</html>
Tag : PHP, MySQL
|
|
|
|
|
|
Date :
2013-08-31 09:35:20 |
By :
tangsupap |
View :
670 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="submit" name="Submit" value="ส่งข้อมูล">
<form action="phpSendMailUploadAttach.php" method="post" enctype="multipart/form-data" name="frmMain" onSubmit="return IsCheck('txtTo','txtSubject','txtDescription','txtFormName','txtFormEmail','fileAttach');">
ลองดูครับ ย้ายจาก ปุ่ม submit ไปที่ฟอร์ม แทน
|
|
|
|
|
Date :
2013-08-31 10:12:16 |
By :
yamcrocodile |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ลองหา ปลั๊กอิน jquery check form มาใช้ละครับ น่าจะเวิร์คกว่านะครับ จัดการก็ง่ายด้วย
|
|
|
|
|
Date :
2013-08-31 10:25:30 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|