|
|
|
ใส่ java script ให้ set focus ที่ txtbox แล้ว แต่ script ไม่ทำงานค่ะ ช่วยหน่อยค่ะ |
|
|
|
|
|
|
|
สวัสดีค่ะ
คือจะให้ไฟล์ที่ชื่อ AddDoc.php รันขึ้นมาแล้ว Cursor ไปกระพริบอยู่ที่ Txtbox ที่ชื่อ Fname
พยายามค้นหาคำตอบจากผู้รู้ในนี้ตอบเอาไว้ และแก้ไขด้วยตัวเองแล้วแต่ไม่สำเร็จ
รบกวนช่วยดูโค้ดให้หน่อย ได้หรือเปล่าคะ ขอบคุณมาก ๆ ค่ะ
<?php
include("head.php");
date_default_timezone_set('Asia/Bangkok');
if( (empty($_SESSION['permission'])) && ( $_SESSION['permission'] != "0" ) ) {
MsgV("Please Login !! ","index.php");
exit;
}
include("pu_split.php");
//$sql = "SELECT * FROM employee ORDER BY Emp_No desc";
$sql = "SELECT * FROM employee where Login != 'admin' ORDER BY Emp_No desc";
$result=db_query($sql);
//$nrow = db_nrow($result);
$result= pu_query($sql);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset= UTF-8" />
<title>ระบบจัดเก็บและสืบค้นเอกสาร</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript">
function focusbox()
{
var mytext = document.form1("Fname");
mytext.focus();
}
function chk(){
var form1=document.form1;
if(form1.Emp_Id.value==''){
alert('กรุณาใส่รหัสพนักงาน');
form1.username.focus();
return false;
}
if(form1.Emp_Id.value.length != 4 ){
alert('รหัสพนักงานกำหนดไว้้ 4 ตัวอักษรค่ะ');
form1.Emp_Id.focus();
return false;
}
if(form1.Fname.value=='' ){
alert('ใส่ชื่อพนักงานด้วยค่ะ');
form1. Fname.focus();
return false;
}
if(form1.Lname.value=='' ){
alert('ใส่ชื่อสกุลพนักงานด้วยค่ะ');
form1. Lname.focus();
return false;
}
if(form1.Login.value=='' ){
alert('ใส่ชื่อ Login พนักงานด้วยค่ะ');
form1. Login.focus();
return false;
}
if(form1.Password.value.length > 10 ){
alert('ใส่password สูงสุด 10 ตัวอักษร');
form1. Password.focus();
return false;
}
}
</script>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="650" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="227" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center"><table width="631" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="229" align="left" valign="top"><? include("left_menu.php"); ?></td>
<td width="421" class="menuu"><form id="form1" name="form1" enctype="multipart/form-data" method="post" action="ActEmp.php" >
<table width="420" border="0" align="right" cellpadding="0" cellspacing="2">
<tr>
<td colspan="2" align="left" valign="middle" class="black"><img src="images/ebbtcbmenu6_1.gif" width="170" height="35" /></td>
</tr>
<tr>
<td width="25%" valign="bottom" class="blackH"><div align="left">First Name :</div></td>
<td width="75%" align="left"><label>
<input name="Fname" type="text" class="blackH" id="Fname" onfocus="focusbox();" onKeyPress="if (!(event.keyCode < 48 || event.keyCode > 57)){ alert('กรุณากรอกเป็นตัวอักษรเท่านั้น'); event.returnValue = false;}" />
*</label></td>
</tr>
<tr>
<td valign="bottom" class="blackH"><div align="left">Last Name :</div></td>
<td align="left"><label>
<input name="Lname" type="text" class="blackH" id="Lname" onKeyPress="if (!(event.keyCode < 48 || event.keyCode > 57)){ alert('กรุณากรอกเป็นตัวอักษรเท่านั้น'); event.returnValue = false;}" />
*</label></td>
</tr>
<tr>
<td valign="bottom" class="blackH"><div align="left">E-mail :</div></td>
<td align="left"><label>
<input name="email" type="text" class="blackH" id="email" />
<span class="blackH">@sme.go.th </span></label></td>
</tr>
<tr>
<td valign="middle" class="blackH"><div align="left">Department :</div></td>
<td align="left"><label>
<select name="Department" class="blackH" id="Department">
<option value="0">-- Select --</option>
<option value="1">1. ส่วนแผนองค์กร</option>
<option value="2">2. ส่วนวิเคราะห์งบประมาณ</option>
<option value="3">3. ส่วนติดตามประเมินผลกองทุน</option>
<option value="4">4. ส่วนติดตามประเมินผลโครงการพิเศษฯ</option>
</select>
</label></td>
</tr>
<tr>
<td valign="middle" class="blackH"><div align="left">Position :</div></td>
<td align="left" valign="middle"><label>
<select name="Position" class="blackH" id="Position">
<option value="0">-- Select --</option>
<option value="101">ผู้อำนวยการฝ่าย</option>
<option value="102">รองผู้อำนวยการฝ่าย</option>
<option value="103">หัวหน้าส่วนแผนองค์กร</option>
<option value="104">หัวหน้าส่วนวิเคราะห์งบประมาณ</option>
<option value="105">หัวหน้าส่วนติดตามประเมินผลโครงการพิเศษฯ</option>
<option value="106">หัวหน้าส่วนติดตามประเมินผลกองทุน</option>
<option value="107">พนักงานระดับอาวุโส</option>
<option value="108">พนักงานระดับกลาง</option>
<option value="109">พนักงานระดับต้น</option>
<option value="110">พนักงานระดับทั่วไป</option>
</select>
</label></td>
</tr>
<tr>
<td valign="middle" class="blackH"><div align="left">Permission :</div></td>
<td align="left"><label class="blackH">
<input name="Permission" type="radio" class="blackH" id="radio2" value="1" />
Admin
<input name="Permission" type="radio" class="blackH" id="radio2" value="2" checked="checked" />
User </label></td>
</tr>
<tr>
<td align="left" valign="middle" class="blackH">Phone :</td>
<td align="left" class="black">08
<label>
<input name="Phone" type="text" class="blackH" id="Phone" size="8" maxlength="8" onKeyPress="if (event.keyCode < 48 || event.keyCode > 57){ alert('กรุณากรอกเป็นตัวเลข'); event.returnValue = false;}"/>
</label></td>
</tr>
<tr>
<td align="right" valign="middle" class="blackH"><div align="left">Birthday :</div></td>
<td align="left"><select name="dd" class="blackH" id="dd">
<option>--Date--</option>
<option value="01">01</option>
<option value="02">02</option>
<option value="03">03</option>
<option value="04">04</option>
<option value="05">05</option>
<option value="06">06</option>
<option value="07">07</option>
<option value="08">08</option>
<option value="09">09</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
<select name="mm" class="blackH" id="mm">
<option>----Month---</option>
<option value="01">January</option>
<option value="02">February</option>
<option value="03">March</option>
<option value="04">Apirl</option>
<option value="05">May</option>
<option value="06">June</option>
<option value="07">July</option>
<option value="08">August</option>
<option value="09">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
<select name="yy" class="blackH" id="yy">
<option>--Year--</option>
<?
$yy=date("Y")-15;
for( $y=$yy; $y >=$yy-60; $y-- ){
echo "<option value='$y'> $y </option>";
} ?>
</select>
</label></td>
</tr>
<tr>
<td valign="middle" class="blackH">Status :</td>
<td align="left"><label>
<input name="Status" type="radio" id="Status" value="1" checked="checked" />
<span class="black">Active</span>
<input type="radio" name="Status" id="Status" value="2" />
<span class="black">Inactive</span></label></td>
</tr>
<tr>
<td valign="middle" class="blackH"><div align="left">Photo :</div></td>
<td align="left"><label>
<input name="Photo" type="file" class="blackH" id="Photo" />
*</label></td>
</tr>
<tr>
<td colspan="2" valign="bottom" class="blackH"> </td>
</tr>
<tr>
<td colspan="2" valign="bottom" class="blackH"><label>
<div align="center">
<input name="action" type="hidden" id="action" value="add" />
<input name="button2" type="submit" class="blackH" id="button2" value="Submit" />
<input name="button" type="reset" class="blackH" id="button" value="Reset" />
</div>
</label></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2"><table width="100%" border="0" cellpadding="2" cellspacing="2" class="black">
<tr>
<td colspan="8" class="blackH"><hr /></td>
</tr>
<tr>
<td height="28" colspan="5" align="left" valign="middle" bgcolor="#FF9900" class="white">รายชื่อพนักงาน</td>
<td align="center" valign="middle" bgcolor="#FF9900" class="white">View</td>
<td align="center" valign="middle" bgcolor="#FF9900" class="white">Edit</td>
<td align="center" valign="middle" bgcolor="#FF9900" class="white">Delete</td>
</tr>
<?
while($rows = mysql_fetch_array($result)){
?>
<tr align="left">
<td width="3%" class="menuu"><img src="images/adim.png" width="16" height="16" /></td>
<td width="6%" class="menuu"><?=$rows["Emp_Id"]; ?></td>
<td width="27%" class="menuu"><?=$rows["Fname"]; ?>
<img src="../ictbiz/images/sub_foot_02.jpg" width="9" height="9" />
<?=$rows["Lname"]; ?></td>
<td width="22%" class="menuu"><?=$rows["email"]; ?></td>
<td width="11%" class="menuu"><?=$rows["Password"]; ?></td>
<td width="11%" align="center" valign="middle" class="menuu"><a href="javascript:void(0)" class="small2link"
onclick="window.open('Emp_Desc.php?Emp_No=<?=$rows["Emp_No"]?>','welcome','toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=700')">
<img src="images/load.gif" width="14" height="14" /> </a></td>
<td width="10%" align="center" valign="middle" class="menuu"><a href="javascript:void(0)" class="small2link"
onclick="window.open('Emp_Edit.php?Emp_No=<?=$rows["Emp_No"]?>','welcome','toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=700')">
<label>
<input name="imageField" type="image" id="imageField" src="images/icn_blog_01.gif" alt="แก้ไข" />
</label>
</a></div></td>
<td width="10%" align="center" valign="middle" class="menuu"><a href="ActEmp.php?Emp_No=<?=$rows['Emp_No']?>&action=del" class="small2link" onclick="return confirm('Are you sure you want to delete?')">
<div align="center"><img src="images/delete.gif" alt="ลบทิ้ง" width="15" height="15" /></div>
</a> </td>
</tr>
<? } pu_pageloop("Emp_No=$Emp_No");?>
</table></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><? include("footer.php"); ?></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</body>
</html>
Tag : PHP, JavaScript
|
|
|
|
|
|
Date :
2010-10-06 14:05:03 |
By :
november17 |
View :
3290 |
Reply :
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (JavaScript)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<script language="javascript">
function fncSubmit()
{
if(document.form1.txt1.value == "")
{
alert('Please input Input 1');
document.form1.txt1.focus();
return false;
}
if(document.form1.txt2.value == "")
{
alert('Please input Input 2');
document.form1.txt2.focus();
return false;
}
document.form1.submit();
}
</script>
<form action="page.cgi" method="post" name="form1" onSubmit="JavaScript:return fncSubmit();">
Input 1 <input name="txt1" type="text"><br>
Input 2 <input name="txt2" type="text"><br>
<input name="btnSubmit1" type="submit" value="Submit" >
</form>
</body>
</html>
Go to : JavaScript HTML Check Input TextBox/Text Field
|
|
|
|
|
Date :
2010-10-06 14:16:48 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ที่ต้องการเป็นแบบนี้หรือเปล่าวครับพอดีผมเอาโค๊ตของคุณไปแต่รันไม่ได้
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<script language="javascript">
function fncSubmit()
{
if(document.form1.name.value == "")
{
alert('Please input name');
document.form1.name.focus();
return false;
}
if(document.form1.age.value == "")
{
alert('Please input age');
document.form1.age.focus();
return false;
}
document.form1.submit();
}
</script>
<body onload="document.form1.name.focus();">
<form id="form1" name="form1" method="post" action="" onSubmit="JavaScript:return fncSubmit();">
<table width="245" border="1">
<tr>
<th width="52" scope="row">name</th>
<td width="177"><input name="name" type="text" /></td>
</tr>
<tr>
<th scope="row">age</th>
<td><input name="age" type="text" id="age" /></td>
</tr>
<tr>
<th scope="row">sex</th>
<td><input name="sex" type="radio" value="0" />
woman
<input name="sex" type="radio" value="1" />
man</td>
</tr>
<tr>
<th scope="row"> </th>
<td><input type="submit" name="Submit" value="Submit" /></td>
</tr>
</table>
</form>
</body>
</html>
|
ประวัติการแก้ไข 2010-10-06 15:39:49
|
|
|
|
Date :
2010-10-06 15:10:23 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อีกนิดนึงจริงๆแล้ว form ต้องใส้ครอบ table นะครับแต่ของคุณใส่ตรง td
|
ประวัติการแก้ไข 2010-10-06 15:18:04
|
|
|
|
Date :
2010-10-06 15:15:45 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้างั้นผมขอโค๊ตทั้งหมดได้หรือเปล่าวครับจะได้ลองไปแก้ไขให้ เพราะโค๊ตที่ให้มามรันไม่ได้เพราะมีเรียก include ด้วย
ถ้าได้ส่งมาที่เมล์นะครับ [email protected]
|
|
|
|
|
Date :
2010-10-06 15:49:55 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|