|
|
|
อยากถามเรื่อง javascript นะครับ พอดีเขียน chack validation ไปที่เจ้า editor นะครับ แล้วมัน |
|
|
|
|
|
|
|
พอดีเขียน chack validation ไปที่เจ้า editor นะครับ แล้วมัน
check ค่า confirm 2 ครั้งนะครับมันถึงจะ submit ได้ อยากทราบ
ว่าปัญหานี้จะแก้ได้ยังไงครับ
Code (PHP)
<script type="text/javascript" src="admin/ckeditor.js"></script>
<script src="admin/sample.js" type="text/javascript"></script>
<link href="admin/sample.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript">
function echeck(str) {
var at="@"
var dot="."
var lat=str.indexOf(at)
var lstr=str.length
var ldot=str.indexOf(dot)
if (str.indexOf(at)==-1){
alert("กรุณากรอกอีเมลล์ให้ถูกต้อง")
return false
}
if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
alert("กรุณากรอกอีเมลล์ให้ถูกต้อง")
return false
}
if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
alert("กรุณากรอกอีเมลล์ให้ถูกต้อง")
return false
}
if (str.indexOf(at,(lat+1))!=-1){
alert("กรุณากรอกอีเมลล์ให้ถูกต้อง")
return false
}
if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
alert("กรุณากรอกอีเมลล์ให้ถูกต้อง")
return false
}
if (str.indexOf(dot,(lat+2))==-1){
alert("กรุณากรอกอีเมลล์ให้ถูกต้อง")
return false
}
if (str.indexOf(" ")!=-1){
alert("กรุณากรอกอีเมลล์ให้ถูกต้อง")
return false
}
return true
}
function Check() {
var title = document.getElementById('title').value;
var editor1 = document.getElementById('editor1').value;
var name = document.getElementById('name').value;
var email = document.getElementById('email').value;
if (title=="") {
alert('กรุณากรอกหัวข้อ');
return false;
}
if (editor1=="") {
alert('กรุณากรอกรายละเอียด');
return false;
}
if (name=="") {
alert('กรุณากรอกชื่อผู้โพส');
return false;
}
if (email=="") {
alert('กรุณากรอกอีเมลล์');
return false;
}
if (echeck(email)==false) {
return false;
}
return true;
}
</script>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td background="images/fon02.gif" colspan="3"><img src="images/top11.gif" width="563" height="43" alt="" border="0"></td>
<td bgcolor="#B9B9B9"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
<td background="images/fon_right.gif" width="100%"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
<tr>
<td colspan="3" align="right">
<table border="0" cellspacing="0" cellpadding="0" width="550">
<tr>
<td width="550" colspan="4" valign="top">
<form action="<? $PHP_SELF ?>" method="post" enctype="multipart/form-data" name="form" onSubmit="return Check()">
<table width="550" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="95" align="right">หัวข้อ : </td>
<td width="441" ><input type="text" name="title" id="title"></td>
</tr>
<tr>
<td colspan="2" align="left"> รายละเอียด</td>
</tr>
<tr>
<td colspan="2"><textarea class="ckeditor" name="editor1" id="editor1" ></textarea>
<script type="text/javascript">
//<![CDATA[
CKEDITOR.replace( 'editor1',{
height : 200,
width : 550,
extraPlugins : 'uicolor',
uiColor : '#006699',
language : 'en',
toolbar :
[
['Source','-','Templates'],
['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
],
filebrowserBrowseUrl : 'admin/ckfinder/ckfinder.html',
filebrowserImageBrowseUrl : 'admin/ckfinder/ckfinder.html?Type=Images',
filebrowserFlashBrowseUrl : 'admin/ckfinder/ckfinder.html?Type=Flash',
filebrowserUploadUrl : 'admin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
filebrowserImageUploadUrl : 'admin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images',
filebrowserFlashUploadUrl : 'admin/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'
} );
//]]>
</script>
</td>
</tr>
<tr>
<td align="right">ชื่อผู้ใช้ : </td>
<td><input type="text" name="name" id="name"></td>
</tr>
<tr>
<td align="right">อีเมลล์ : </td>
<td><input type="text" name="email" id="email"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="Submit" id="Submit" value="Submit">
<input type="reset" name="button2" id="button2" value="Reset"></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td bgcolor="#B9B9B9" colspan="4"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
</tr>
</table>
</td>
<td bgcolor="#B9B9B9"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
<td><div align="left"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></div></td>
</tr>
</table>
มัน chack เจ้า textaraeditor 2 ครั้งนะครับกรอกค่าไปแล้ว
มันก็ยังนึกว่าเป็นค่า ว่าง พอกด submit ครั้งที่ 2 ถึงได้
อยากให้มัน chack ทีเดี๋ยวจะทำยังไงครับ
Tag : - - - -
|
|
|
|
|
|
Date :
2009-12-29 20:53:46 |
By :
biggoto |
View :
1166 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองก็อบของคุณไปดูมันก้อตรวจสอบแค่ครั้งเดียวนิคับ
|
|
|
|
|
Date :
2009-12-30 10:12:43 |
By :
ความรู้เท่าหางอึ่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
textara มันเป้น editor นะครับคุณก๊อปไปแล้ว
รันเป็น ตัว editor หรือ textara ธรรมดาครับ
ผมเป็น editor นะ
|
|
|
|
|
Date :
2009-12-31 08:03:52 |
By :
บิ๊ก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|