สอบถามเรื่องทำpopup ครับ ไม่รู้ว่ามันทำแบบนี้ได้ใหมครับ
Code (PHP)
<a href='#' onclick='window.open("edit_road.php?ID_add=<?=$ID_add?>",null, "height=600,width=600,status=yes,toolbar=no,menubar=no,location=no")'>แก้ไข</a>
ได้ครับ เพียงแต่ เรียงลำดับ อะไรให้ดูเข้าใจนิดหน่อย
Date :
2011-07-27 10:38:08
By :
compeng
ช่วยดูให้หน่อยครับ
Date :
2011-07-28 09:00:21
By :
เด็กฝึกหัด
แสดงใช้ตัวแปร ก็ให้มันส่งค่าตัวแปรมาแสดงในฟอร์มใหม่ด้วยครับ
แก้ก็ Update ปกติ
Date :
2011-07-28 09:09:31
By :
attaprawat
งง ครับ
Date :
2011-07-28 09:35:34
By :
เด็กฝึกหัด
นี้คือ ที่ผมทำได้ พอกดแก้ไข มันขึ้นมาแบบนี้
แต่ที่อยากได้ ประมาณ ภาพข้างล่างนี้ เมื่อกด คำว่าแก้ไข
แต่เอา ข้อมูลจากภาพนี้แทน เท่านั้นเอง ครับ
Date :
2011-07-28 14:12:31
By :
เด็กฝึกหัด
ได้ละครับ แต่ มันไม่ยอมส่งค่า เลขที่หนังสือมา ช่วยดูโค๊ดให้ทีครับ ว่าผิดอะไร
Code
<?php require_once('Connections/connlogistic2.php'); ?>
<?php
//if(isset($HTTP_POST_VARS["Submit4"])=="บันทึกข้อมูล"){
//ตรวจสอบ เลขที่หนังสือ
//if($ID_add=$id_dd1)
//mysql_select_db($database_connlogistic2,$connlogistic2);
//$UpBio=
$currentPage = $_SERVER["PHP_SELF"];
$maxRows_rscar_check = 10;
$pageNum_rscar_check = 0;
if (isset($_GET['pageNum_rscar_check'])) {
$pageNum_rscar_check = $_GET['pageNum_rscar_check'];
}
$startRow_rscar_check = $pageNum_rscar_check * $maxRows_rscar_check;
mysql_select_db($database_connlogistic2, $connlogistic2);
mysql_query("SET NAMES TIS620");
$query_rscar_check = "SELECT * FROM bio_noncon ORDER BY dd1 ASC";
$query_limit_rscar_check = sprintf("%s LIMIT %d, %d", $query_rscar_check, $startRow_rscar_check, $maxRows_rscar_check);
$rscar_check = mysql_query($query_limit_rscar_check, $connlogistic2) or die(mysql_error());
$row_rscar_check = mysql_fetch_assoc($rscar_check);
if (isset($_GET['totalRows_rscar_check'])) {
$totalRows_rscar_check = $_GET['totalRows_rscar_check'];
} else {
$all_rscar_check = mysql_query($query_rscar_check);
$totalRows_rscar_check = mysql_num_rows($all_rscar_check);
}
$totalPages_rscar_check = ceil($totalRows_rscar_check/$maxRows_rscar_check)-1;
$queryString_rscar_check = "";
if (!empty($_SERVER['QUERY_STRING'])) {
$params = explode("&", $_SERVER['QUERY_STRING']);
$newParams = array();
foreach ($params as $param) {
if (stristr($param, "pageNum_rscar_check") == false &&
stristr($param, "totalRows_rscar_check") == false) {
array_push($newParams, $param);
}
}
if (count($newParams) != 0) {
$queryString_rscar_check = "&" . htmlentities(implode("&", $newParams));
}
}
$queryString_rscar_check = sprintf("&totalRows_rscar_check=%d%s", $totalRows_rscar_check, $queryString_rscar_check);
?>
<title>logistic</title>
<style type="text/css">
<!--
table {
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: none;
}
.style4 {color: #000000}
-->
</style>
</head>
<body>
<table width="993" align="center">
<tr>
<td height="162" colspan="4"><img src="IMAGES/head.jpg" width="1182" height="253" /></td>
</tr>
<tr>
<td width="892" height="40" bgcolor="#6699CC"><div align="right">หน้าหลัก</div></td>
<td width="85" height="30" bgcolor="#6699CC"><div align="center">สมุดเยี่ยม</div></td>
<td width="74" height="30" bgcolor="#6699CC"><div align="center">ค้นหา</div></td>
<td width="119" height="30" bgcolor="#6699CC"><div align="center">เกี่ยวกับเว็บไซต์</div></td>
</tr>
</table>
<table width="1192" align="center">
<tr>
<td>
<form id="form1" name="form1" method="post" action=""><div align="center">
<input type="submit" name="button" id="button" value="ส่วนบันทึกข้อมูล" />
<input type="submit" name="Submit2" id="Submit2" value="ตรวจสอบ" />
<input type="submit" name="Submit3" id="Submit3" value="อนุมัติ" />
</div>
</form> </td>
</tr>
</table>
<div align="center">
<p><font size="3" face="Arial, Helvetica, sans-serif"><strong></strong></font>รายการขอใช้รถ</p>
</div>
<?php if ($totalRows_rscar_check > 0) { // Show if recordset not empty ?>
<table width="1178" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td width="11%" rowspan="2" bgcolor="#FFCCCC">วัน/เดือน/ปี
<div align="center"> </div></td>
<td width="13%" rowspan="2" bgcolor="#FFCCCC"><div align="center">เลขที่หนังสือ</div></td>
<td rowspan="2" bgcolor="#FFCCCC"><div align="center">ชนิดรถ</div></td>
<td width="20%" rowspan="2" bgcolor="#FFCCCC"><div align="center">ภารกิจที่ใช้</div></td>
<td colspan="2" bgcolor="#FFCCCC"><div align="center">แสดงรายการเดินทาง</div></td>
<td colspan="3" rowspan="2" bgcolor="#FFCCCC"><div align="center">หาระยะทาง</div></td>
</tr>
<tr>
<td width="14%" bgcolor="#FFCCCC"><div align="center">จาก</div></td>
<td width="14%" bgcolor="#FFCCCC"><div align="center">ถึง</div></td>
</tr>
<?php do { ?>
<tr>
<td><div align="justify"> <font size="-1"><?php echo $row_rscar_check['dd1']; ?> /<?php echo $row_rscar_check['mm1']; ?> /<?php echo $row_rscar_check['yy1']; ?></font></div></td>
<td>
<div align="center">
<div align="left"><font size="-1"><?php echo $row_rscar_check['ID_add']; ?></font></div>
</div></td>
<td width="12%"> <div align="center"><font size="-1"><?php echo $row_rscar_check['Biono_2']; ?></font></div>
<div align="center"></div></td><td><div align="center">
<p><font size="-1"><?php echo $row_rscar_check['Biono_5']; ?> </font></p>
<p><font size="-1"><?php echo $row_rscar_check['Biono_6']; ?> </font></p>
<p><font size="-1"><?php echo $row_rscar_check['Biono_7']; ?></font></p>
</div></td>
<td><div align="center">
<p><font size="-1"><?php echo $row_rscar_check['Biono_8']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_10']; ?>
</font></p>
<p><font size="-1"><?php echo $row_rscar_check['Biono_12']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_14']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_16']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_18']; ?></font></p>
</div></td>
<td><div align="center">
<p><font size="-1"><?php echo $row_rscar_check['Biono_9']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_11']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_13']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_15']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_17']; ?></font></p>
<p><font size="-1">
<?php echo $row_rscar_check['Biono_19']; ?></font></p>
</div></td>
<td width="5%"><div align="center"><font size="-1">
<?php if($row_rscar_check['published']==""){echo "<a href='action.php?do=publish&news_ID=".$row_rscar_check['news_ID']."'>ส่งแสดง</a>";}else{echo "แสดงแล้ว";}?>
</font></div></td>
<td width="6%"><div align="center"><font size="-1"><span class="headlines"><a onclick='window.open("edit_road.php?ID_add=<?=$ID_add?>",null, "height=600,width=600,status=yes,toolbar=no,menubar=no,location=no")'href="#">แก้ไข</a></span></font></div></td>
<td width="5%"><div align="center"><font size="-1"><span class="headlines"><a href=# onClick="del('action.php?do=del&news_ID=<?php echo $row_rscar_check['news_ID']; ?>')">ลบ</a></span></font></div></td>
</tr>
<?php } while ($row_rscar_check = mysql_fetch_assoc($rscar_check)); ?>
</table>
<?php } // Show if recordset not empty ?>
<p> <font size="1">
<?php
mysql_free_result($rscar_check);
?>
</font></p>
<table width="53%" height="75" border="0" align="center">
<tr>
<td width="23%" align="center">
<?php if ($pageNum_rscar_check > 0) { // Show if not first page ?>
<font size="3"><font size="1"><a href="<?php printf("%s?pageNum_rscar_check=%d%s", $currentPage, 0, $queryString_rscar_check); ?>">First</a>
<?php } // Show if not first page ?> </td>
<td width="31%" align="center">
<?php if ($pageNum_rscar_check > 0) { // Show if not first page ?>
<font size="3"><font size="1"><a href="<?php printf("%s?pageNum_rscar_check=%d%s", $currentPage, max(0, $pageNum_rscar_check - 1), $queryString_rscar_check); ?>">Previous</a>
<?php } // Show if not first page ?> </td>
<td width="23%" align="center">
<?php if ($pageNum_rscar_check < $totalPages_rscar_check) { // Show if not last page ?>
<font size="3"><font size="1"><a href="<?php printf("%s?pageNum_rscar_check=%d%s", $currentPage, min($totalPages_rscar_check, $pageNum_rscar_check + 1), $queryString_rscar_check); ?>">Next</a>
<?php } // Show if not last page ?> </td>
<td width="23%" align="center">
<?php if ($pageNum_rscar_check < $totalPages_rscar_check) { // Show if not last page ?>
<font size="3"><font size="1"><a href="<?php printf("%s?pageNum_rscar_check=%d%s", $currentPage, $totalPages_rscar_check, $queryString_rscar_check); ?>">Last</a>
<?php } // Show if not last page ?> </td>
</tr>
</table>
<td bordercolor="#0099CC" bgcolor="#0066FF"> </td>
</body>
Date :
2011-07-28 14:33:56
By :
เด็กฝึกหัด
Load balance : Server 04