|
|
|
datepicker ไม่ยอมโชว์ขึ้น รบกวนช่วยดูโค้ดให้หน่อยค่ะ |
|
|
|
|
|
|
|
จะให้โชว์ datepicker ตรงวันที่ชำระเงินค่ะ แต่ว่าไม่ขึ้น เลือกpath ถูกต้องแล้วก็ยังไม่ขึ้นค่ะ แต่การโหลดหน้าเว็บเพจนี้เกี่ยวกับการใช้ java scrip ในการโหลดหน้าเพจมา ไม่ทรางบว่าเกี่ยวข้องกันหรือปาวนะค่ะ ช่วยดูให้หน่อยค่ะ
<?php
header("content-type:application/x-javascript;charset=tis-620");
require("../connect/connect_inc2.php");
?>
<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.1.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.1.offset.datepicker.min.js"></script>
<script type="text/javascript">
$(function(){
// Datepicker
$("#datepicker-th").datepicker({ dateFormat: 'dd/mm/yy', yearOffset: 543, defaultDate: '17/05/2553'});
$("#datepicker-en").datepicker({ dateFormat: 'dd/mm/yy'});
$("#inline").datepicker({ dateFormat: 'dd/mm/yy', inline: true });
});
</script>
<style type="text/css">
/*demo page css*/
body{ font: 80% "Trebuchet MS", sans-serif; margin: 50px;}
.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
ul.test {list-style:none; line-height:30px;}
</style>
<?php
$IdOrder = $_GET['IdOrder'];
?>
<table width="793" align="left">
<tr><td>
<table align="center" width="100%" bgcolor="#FFFFFF">
<tr>
<td class="Artical">รายละเอียดการชำระเงิน</td>
</tr>
<tr>
<td align="left"><img src="../image/bg.gif" /></td>
</tr>
</table>
</td></tr>
<tr>
<td>
<table width="700" align="left" cellpadding="0" cellspacing="2" id="registers">
<tr><td>
<form action="../Equiment/Insertpayment.php" method="post" name="tbDetail" enctype="multipart/form-data" onsubmit="return checkDetail();">
<table align="center" class="table" width="100%">
<tr>
<td align="right">รหัสใบสั่งซื้อ : </td>
<td><input name="IdOrder" type="text" id="IdOrder" size="30" style="color:#FF0033" value="<?=$IdOrder?>" readonly /> </td>
</tr>
<tr>
<td align="right">รายละเอียดการชำระเงิน / ใบสลิป : </td>
<td class="input"><input type="file" name="LocationFilePayment" size="30" /></td>
</tr>
<tr>
<td align="right">วันที่ชำระเงิน : </td>
<td><input type="text" name="datepicker-th" id="datepicker-th" size="50" /></td>
</tr>
<tr>
<td align="right">หมายเหตุ : </td>
<td class="input"><input type="text" name="Note" size="50" /></td>
</tr>
<tr>
<td colspan="2" align="center" id="link2"><input type="submit" name="DETAIL" value="บันทึก" />
<a href="javascript:LoadPageAdmin('12','','','','1','ProductsId','desc')">กลับ</a>
</td>
</tr>
</table>
</form>
</td></tr></table>
</td>
</tr>
</table>
Tag : PHP
|
ประวัติการแก้ไข 2010-08-26 23:48:02
|
|
|
|
|
Date :
2010-08-26 23:47:17 |
By :
csdorm |
View :
2708 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path library ผิดชัวร์ครับ
ผมเอามาลองแล้ว แต่เปลี่ยนเป็น library ในเครื่องผมก็ขึ้นปกติ
Code (PHP)
<link type="text/css" href="jquery-ui-1.8.2.custom/css/ui-lightness/jquery-ui-1.8.2.custom.css" rel="stylesheet" />
<!-- load javascript -->
<script type="text/javascript" src="jquery-ui-1.8.2.custom/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="jquery-ui-1.8.2.custom/js/jquery-ui-1.8.2.custom.min.js"></script>
|
ประวัติการแก้ไข 2010-08-27 08:25:35
|
|
|
|
Date :
2010-08-27 08:25:18 |
By :
DS_Ohm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|