|
|
|
กดยกเลิกแล้วมันไม่ยกเลิกอ่ะ ทำไงดี หน้าลบข้อมูล พอลบแล้วจะมีข้อความให้ยืนยันว่าต้องการจะลบหรือไม่ มีปุ่มให้เลือกตกลงกับ |
|
|
|
|
|
|
|
ขอดู script ที่เขียนไว้หน่อยครับ จะได้ช่วยแก้ไขให้อ่ะครับ
|
|
|
|
|
Date :
4 ก.ย. 2550 11:21:06 |
By :
pokk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบว่าเขียนในdream อ่ะนะ
<a href="show_file.php">
<input type="submit" name="Submit" value="ยกเลิก">
</a></p>
|
|
|
|
|
Date :
4 ก.ย. 2550 11:33:16 |
By :
นู๋น้อย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ให้แก้ตามนี้เลยนะคับ
<a href="show_file.php">
<input type="reset" name="reset" value="ยกเลิก">
</a></p>
|
|
|
|
|
Date :
4 ก.ย. 2550 11:43:14 |
By :
pokk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แงๆ มันก้อยังไม่ยอมไปไหนอยู่ดีอ่ะค่ะ ไม่เข้าใจว่าผิดตรงไหนเมหือนกัน ลองดูcode ของทั้งหน้าเลยแล้วกันนะคะ
<?php require_once('../Connections/db_register.php'); ?>
<?php
$colname_Rsregis = "1";
if (isset($_GET['Emp_ID'])) {
$colname_Rsregis = (get_magic_quotes_gpc()) ? $_GET['Emp_ID'] : addslashes($_GET['Emp_ID']);
}
mysql_select_db($database_db_register, $db_register);
$query_Rsregis = sprintf("SELECT * FROM register WHERE Emp_ID = '%s'", $colname_Rsregis);
$Rsregis = mysql_query($query_Rsregis, $db_register) or die(mysql_error());
$row_Rsregis = mysql_fetch_assoc($Rsregis);
$totalRows_Rsregis = mysql_num_rows($Rsregis);
?>
<?php require_once('../Connections/db_register.php'); ?>
<?php
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
if ((isset($_POST['key_Emp_ID'])) && ($_POST['key_Emp_ID'] != "")) {
$deleteSQL = sprintf("DELETE FROM register WHERE Emp_ID=%s",
GetSQLValueString($_POST['key_Emp_ID'], "text"));
mysql_select_db($database_db_register, $db_register);
$Result1 = mysql_query($deleteSQL, $db_register) or die(mysql_error());
$deleteGoTo = "deleteok.php";
if (isset($_SERVER['QUERY_STRING'])) {
$deleteGoTo .= (strpos($deleteGoTo, '?')) ? "&" : "?";
$deleteGoTo .= $_SERVER['QUERY_STRING'];
}
header(sprintf("Location: %s", $deleteGoTo));
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/head_tem.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<!-- InstanceBeginEditable name="doctitle" -->
<title>Head_Tem</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body,td,th {
font-family: MS Sans Serif;
font-size: 12px;
}
body {
background-image: url();
background-color: #bcf6fa;
}
-->
</style></head>
<body>
<table width="1024" height="151" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="81" colspan="6"><img src="../image/head(green).jpg" width="1024" height="103"></td>
</tr>
<!-- InstanceBeginEditable name="heading" -->
<tr>
<td width="264" height="31">หัวข้อที่ต้องการ</td>
<td width="152"> </td>
<td width="152"> </td>
<td width="152"> </td>
<td width="152"> </td>
<td width="152"> </td>
</tr>
<!-- InstanceEndEditable -->
<tr>
<td height="39"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<!-- InstanceBeginEditable name="Details" -->
<p> </p>
<form action="" method="post" name="form_dalete" id="form_dalete">
<table width="477" height="66" border="1" align="center" cellpadding="1" cellspacing="1">
<tr>
<td width="98" bgcolor="#9DFDE8">รหัสพนักงาน :</td>
<td width="366" bgcolor="#FFFFFF"><?php echo $row_Rsregis['Emp_ID']; ?></td>
</tr>
<tr>
<td bgcolor="#9DFDE8">ชื่อ-สกุล :</td>
<td bgcolor="#FFFFFF"><?php echo $row_Rsregis['Thai_Name']; ?></td>
</tr>
</table>
<p align="center">ต้องการลบข้อมูลเร็คคอร์ดนี้จริงหรือไม่ ?</p>
<p align="center">
<input type="submit" name="Submit" value="ตกลง">
<a href="show_file.php">
<input type="reset" name="reset" value="ยกเลิก">
</a></p>
</p>
<p>
<input name="key_Emp_ID" type="hidden" id="key_Emp_ID" value="<?php echo $row_Rsregis['Emp_ID']; ?>">
</p>
</form>
<p align="left"> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>
<?php
mysql_free_result($Rsregis);
mysql_free_result($Rsregis);
?>
|
|
|
|
|
Date :
4 ก.ย. 2550 13:14:14 |
By :
นู๋น้อย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลองเช็คแล้วนะครับ คือผมจะอธิบายให้ฟังดู
อย่างแรก หน้าฟอร์มมันจะ submit 2 ครั้งไม่ได้นะครับ มันจะทำงานได้แค่ครั้งเดียวเท่านั้น
ผมแนะนำว่า ลองใช้ Java Script ดู เวลาคลิก link ลบข้อมูล แล้วให้มันขึ้น dialogbox ถามว่าต้องการ
ลบข้อมูลหรือไม่ ถ้าเป็น ture ให้ทำงานที่ file deteok.php ถ้าเป็น false ให้ link ไปที่หน้า show_file.php
ครับ ลองทำดู
|
|
|
|
|
Date :
4 ก.ย. 2550 14:55:18 |
By :
pokk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-*-
นั่งแกะ คำถามตั้งนาน
<input type="back" name="reset" value="ยกเลิก" onclick="window.history.back();">
ลองดูครับ ว่าตรงกับที่ต้องการรึป่าว
|
|
|
|
|
Date :
5 ก.ย. 2550 13:27:05 |
By :
Thenetxx AE111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้หน่อยนะคะ typeต้อง เป็น reset นะจ๊ะ
<input type="reset" name="reset" value="ยกเลิก" onclick="window.history.back();">
|
|
|
|
|
Date :
30 ธ.ค. 2550 12:58:12 |
By :
k |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|