|
|
|
Error: $.box is not a function เกิดจากอะไร จะแก้ยังยังดีคะ |
|
|
|
|
|
|
|
include plugin มันมาหรือยังละครับ
|
|
|
|
|
Date :
2012-02-29 16:05:29 |
By :
ikikkok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังงัยเหรอคะ
|
|
|
|
|
Date :
2012-02-29 16:08:20 |
By :
teukkead |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แปลตรงตัวเลยนะครับ มันบอกว่า ฟังก์ชั่น $.box นี้ไม่มีครับ
เพราะฉะนั้นต้องกลับไปดูว่า.............
เอาฟังก์ชั่นนี้มาจากไหน
หรือมันเขียนอยู่ตรงไหน
หรือเขียนไว้ในอีกไฟล์นึงแล้วไม่ได้ include มา
|
|
|
|
|
Date :
2012-02-29 16:15:37 |
By :
Songkram |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือในหน้าหลัก
จะมีไฟล์ herder.php รวมอยู่ใน main.php
ซื้ง สคริปมันจะแยกอยู่ต่างหากแล้วเรียกมาค่ะ
สริปมันอยู่ใน order.js ค่ะ
header.php
Code (PHP)
<?php
session_start();
?>
<!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" />
<link href="style/style.css" rel="stylesheet" type="text/css" />
<!------------- order ----------------->
<script type="text/javascript" src="scripts/order.js"></script>
<script type="text/javascript" src="scripts/order-jquery.js"></script>
<!---- menu --->
<link rel="stylesheet" href="style/style-menu.css" type="text/css" />
<script type="text/javascript" src="scripts/jquery-latest.min.js"></script>
<script type="text/javascript">
$(function(){
//Hide SubLevel Menus
$('#header ul li ul').hide();
//OnHover Show SubLevel Menus
$('#header ul li').hover(
//OnHover
function(){
//Hide Other Menus
$('#header ul li').not($('ul', this)).stop();
//Add the Arrow
$('ul li:first-child', this).before(
'<li class="arrow">arrow</li>'
);
//Remove the Border
$('ul li.arrow', this).css('border-bottom', '0');
// Show Hoved Menu
$('ul', this).slideDown();
},
//OnOut
function(){
// Hide Other Menus
$('ul', this).slideUp();
//Remove the Arrow
$('ul li.arrow', this).remove();
}
);
});
</script>
<title>waan waan</title>
<style type="text/css">
<!--
.style1 {color: #000000}
.style3 {color: #FFFFFF}
-->
</style>
</head>
<body>
<!------use sytle.css------->
<div class="header">
<table width="100%" border="0">
<tr>
<td width="20%"><a href="index.php"><img src="images/Web_Tag1.png" /></a></td>
<td width="80%"><table width="100%" border="0">
<tr>
<td width="15%"> </td>
<td width="25%"> </td>
<td width="32%"> </td>
<td width="17%"> </td>
<td width="11%"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<?php
require_once('class/class.member.php');
if($sess_user){
$obMember->user_sess = $sess_user;
$obMember->pass_sess = $sess_pass;
$result = $obMember->check_userpass();
while($R = mysql_fetch_array($result)){
?>
<td colspan="2"><font color="#FFFFFF">
<?= " ".ยินดีต้อนรับ." ".คุณ." ".$R['firstname']." ".สถานะ." ". $R['MemType']." ";
$idMem = $R['idMember'];
} ?></font> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<? }else{?>
<td><a href="register.php"><font color="#FFFFFF">สมัครสมาชิก</font></a></td>
<? //<td><a href="register.php?height=665&width=620&modal=true" class="thickbox"><font color="#FFFFFF">สมัครสมาชิก</font></a></td> ?>
<td><a href="forget_pass.php"><font color="#FFFFFF">ลืมรหัสผ่าน</font></a></td>
<? }?>
</tr>
</table></td>
</tr>
</table>
</div>
<!----
<table width="100%" border="0" align="center" bordercolor="#CCCCCC">
<tr>
<td><div id="header"><ul><li><a href="index.php">หน้าแรก</a></li></ul></div></td>
<td><div id="header"><ul><li><a href="#">สมาชิก</a></li></ul></div></td>
<td><div id="header"><ul><li><a href="#">เว็บบอร์ด</a></li></ul></div></td>
<td><div id="header"><ul><li><a href="#">คลังสินค้า</a></li></ul></div></td>
<td><div id="header"><ul><li><a href="#">วิธีการชำระเงิน</a></li></ul></div></td>
<td><div id="header"><ul><li><a href="#">วิธีการรับสินค้า</a></li></ul></div></td>
<td><div id="header"><ul><li><a href="#">ติดต่อเรา</a></li></ul></div></td>
</tr>
</table>
---->
<!------
<td width="147" height="32" valign="top"> <a href="http://hisogirls.com/"><img src="../../../../skin_iann/images/top_02.jpg" name="b38" height="32" border="0"
id="b38" onMouseOver="b38.src='../../../../skin_iann/images/top_red_02.jpg';" onMouseOut="b38.src='../../../../skin_iann/images/top_02.jpg';" /></a></td>
----->
<!---- use sytle-menu.css ------>
<div id="header">
<table width="100%" border="0">
<tr>
<td align="center" valign="top"><ul>
<li><a href="index.php"><img src="images/home.png" name="home" class="herder_on" id="home" onmousemove="home.src='images/home1.png';" onmouseout="home.src='images/home.png';" /> </a></li>
</ul></td>
<td align="center" valign="top"><ul>
<li><a href="login.php?height=364&width=510&modal=true" class="thickbox" title="Please Sign In"><img src="images/member.png" name="member"
class="herder_on" id="member" onmousemove="member.src='images/member1.png';" onmouseout="member.src='images/member.png'" /></a></li>
</ul></td>
<td align="center" valign="top"><ul>
<li><a href="product.php"><img src="images/product.png" name="product" class="herder_on" id="product" onmousemove="product.src='images/product1.png';"
onmouseout="product.src='images/product.png';" /></a></li>
</ul></td>
<td align="center" valign="top"><ul>
<li><a href="payment.php"><img src="images/payment.png" name="payment" class="herder_on" id="payment" onmousemove="payment.src='images/payment1.png';"
onmouseout="payment.src='images/payment.png';" /></a></li>
</ul></td>
<td align="center" valign="top"><ul>
<li><a href="r_product.php"><img src="images/r_product.png" name="r_product" class="herder_on" id="r_product" onmousemove="r_product.src='images/r_product1.png';"
onmouseout="r_product.src='images/r_product.png';" /></a></li>
</ul></td>
<td align="center" valign="top"><ul>
<li><a href="rules.php?height=550&width=850&modal=true" class="thickbox"><img src="images/board.png" name="board" class="herder_on" id="board"
onmousemove="board.src='images/board1.png';" onmouseout="board.src='images/board.png';" /></a></li>
</ul></td>
<td align="center" valign="top"><ul>
<li><a href="contact.php"><img src="images/contact.png" name="contact" class="herder_on" id="contact" onmousemove="contact.src='images/contact1.png';"
onmouseout="contact.src='images/contact.png';" /></a></li>
</ul></td>
<td align="center" valign="top"><? if(session_is_registered('sessAdminId') || session_is_registered('sessOwner')){?>
<ul>
<li><a href="Admin.php">เจ้าของร้าน</a></li>
</ul>
<? } ?></td>
<td align="center" valign="top"><? if(session_is_registered('sessAdminId') || session_is_registered('sessUser') || session_is_registered('sessOwner') || session_is_registered('sessMember')){ ?>
<ul>
<li><a href="logout.php">Logout</a></li>
</ul>
<? } ?></td>
</tr>
</table>
</div>
<div class="show_order">
<table width="100%" border="0">
<tr>
<td width="58%" align="right"> </td>
<td width="30%" align="left"> </td>
<td width="12%" rowspan="2" align="right" valign="top">
<!----------------------------------- order product ---------------------------------------->
<?php
if(session_is_registered('sessUser') || session_is_registered('sessMember')){
?>
<!----- order product ----->
<script type="text/javascript" src="scripts/order.js"></script>
<script type="text/javascript" src="scripts/order-jquery.js"></script>
<div style="float:center;border:1px dashed #333;padding:10px;position:fixed;background:#FF9;z-index:40;" class="my-cart">
<img src="images/c_c.png" width="24" height="24" /> <b>สินค้าในตะกร้า</b><br />
<!-- <script>
$("img").click(function () {
$("b").toggle(1000);
});
</script> --->
<div style="margin-left:5px;">
<?php
if(count($_SESSION["cartNumber"])>0){
$TotalAmount=0;$TotalPrice=0;
foreach($_SESSION["cartNumber"] as $RowCount){
$quantity+=$_SESSION[$RowCount][1];#คำนวณหาจำนวนสินค้าทั้งหมด
}
$num=count($_SESSION['cartNumber']);
}else{
$num=0;
$quantity=0;
}
?>
<? //<a href="mycart.php?width=900&modal=true" class="thickbox" onclick="openMycart();return false;"> ?>
<a href="javascript:void(0);" onclick="openMycart()">
<font color="#000000"><span class="cart_num"><?=$num?></span> รายการ <span class="cart_quantity"><?=$quantity;?> </span> ชิ้น </font>
</a>
<? //echo openMycart(); ?>
</div>
</div>
<? } ?>
<!--------------------------------------------------------------------------->
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</div>
</body>
</html>
main.php
Code (PHP)
<?php
session_start();
if((!session_is_registered('sessAdminId')) && (!session_is_registered('sessMemId')) && (!session_is_registered('sessUser')) && (!session_is_registered('sessOwner'))&&
(!session_is_registered('sessMember'))){
echo "<meta http-equiv='refresh' content='0; url=index.php' />";
}
require_once('header.php');
$num_col = 5;
$ColumnStart=1;
?>
<!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" />
<link href="style/style.css" rel="stylesheet" type="text/css" />
<!------ slide image ------>
<link rel="stylesheet" href="themes/default/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="themes/pascal/pascal.css" type="text/css" media="screen" />
<link rel="stylesheet" href="themes/orman/orman.css" type="text/css" media="screen" />
<link rel="stylesheet" href="style/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="style/style-nivo.css" type="text/css" media="screen" />
<!------ view image ------>
<link rel="stylesheet" href="style/ThickBox.css" type="text/css" media="screen" />
<script type="text/javascript" src="scripts/thickbox.js"></script>
<title>waan waan</title>
<style type="text/css">
<!--
.style7 {
font-size: 16px;
color: #FF00FF;
}
-->
</style>
</head>
<body bgcolor="#f8b7b8">
<div class="bgFull">
<table width="100%" border="0">
<tr align="center">
<td width="31%" valign="top"><table width="100%" border="0" align="center">
<tr>
<td>
<div class="promotin"></div>
<div class="bg_left1">
<div class="dotted">
<!--- promotion -->
<marquee onMouseover="stop()" onmouseout="start()" scrollAmount=2 direction=up width=390 height=100 >
<table width="100%" border="0">
<?php
require_once('class/class.promotion.php');
$result = $obPromotion->get_promotion();
while($E = mysql_fetch_array($result)){
?>
<tr>
<td>
<div id="animateList">
<img src="images/b2_head.gif" />
<a href="promotion_detail.php?id=<?=$E['id']?>"><?= " ".$E['title'];?></a>
</div>
</td>
</tr>
<? } ?>
</table>
</marquee>
</div>
</div>
<table width="100%" border="0" align="center">
<tr>
<td> <p> </p></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td align="center">หมวดสินค้า</td>
</tr>
</table>
<div class="dotted">
<div class="bg_left1">
<table width="100%" border="0">
<?php
require_once('class/class.category.php');
$i=0;
$result = $obCate->getTyep();
while($R = mysql_fetch_array($result)){
$id = $R['idCate'];
?>
<tr>
<td>
<div id="animateList">
<img src="images/b2_head.gif" />
<a href="product.php?id=<?=$id;?>"><?=$R['nameCate']?></a>
</div>
</td>
</tr>
<? } ?>
</table>
</div>
</div>
<table width="100%" border="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td align="center"><a href="look_order.php"><font color="#000000">ข้อมูลการโอนเงิน</font></a></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td> </td>
</tr>
</table>
<p> </p>
<p> </p>
<div class="calenda">
<table width="69%" border="0" align="center">
<tr>
<td><p>
<embed src="http://www.123mycodes.com/flash/calendar/hearts/4.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="280" height="215"></embed>
</p>
</td>
</tr>
</table>
</div>
<table width="100%" border="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td><div class="bg_left1">
<div class="facebook">
<div class="fb-like" data-send="true" data-width="350" data-show-faces="true"></div>
<div class="fb-subscribe" data-href="https://www.facebook.com/SweetyLensShop" data-show-faces="true" data-width="350"></div>
<div class="fb-comments" data-href="https://www.facebook.com/SweetyLensShop" data-num-posts="2" data-width="350"></div>
</div>
</div></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td>
</tr>
</table> </td>
<td width="1%" valign="top"> </td>
<div class="right">
<td width="68%" valign="top">
<table width="100%" border="0">
<tr>
<td>
<div id="wrapper">
<div class="slider-wrapper theme-default">
<div id="slider" class="nivoSlider">
<!----<img src="images/slide/slide1.jpg" />---->
<img src="images/slide/toystory.jpg" />
<img src="images/slide/up.jpg" />
<img src="images/slide/walle.jpg" data-transition="slideInLeft" />
<img src="images/slide/nemo.jpg" /> </div>
</div>
</div>
<script type="text/javascript" src="scripts/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="scripts/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript">
var j = jQuery.noConflict(true);
j(window).load(function() {
j('#slider').nivoSlider();
});
</script> </td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td>
<p> </p>
<p> </p>
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td><table width="100%" border="0">
<tr align="center" valign="top">
<td><table width="93%" border="0" align="left">
<tr>
<td><a href="track.php"><font color="#000000">แจ้งหมายเลขพัสดุ</font></a></td>
</tr>
</table></td>
<td><table width="100%" border="0">
<tr>
<td><a href="check_sent_order.php"><font color="#000000"> เช็คสถานะออเดอร์ </font></a></td>
</tr>
</table></td>
<td><table width="100%" border="0">
<tr>
<td><a href="f_hot.php"><font color="#000000">กระทู้สุดฮิต</font></a></td>
</tr>
</table></td>
</tr>
<tr align="left" valign="top">
<td width="33%"><div class="dotted">
<div class="bg_left1">
<table width="100%" border="0">
<?php
//แจ้งหมายเลขพัสดุ
require_once('class/class.track.php');
$track = $obTrack->look_Limit_track();
while($T = mysql_fetch_array($track)){
$detail = $T['track']." ".$T['name'] ;
$sub_detail = substr($detail,0,50)." "."..."
?>
<tr>
<td>
<div id="animateList">
<img src="images/b2_head.gif" />
<a href="trackid.php?id=<?=$T['id']?>">
<?php echo $sub_detail; ?>
</a>
</div>
<div id="hr"></div>
</td>
</tr>
<? } ?>
</table>
</div>
</div></td>
<td width="33%"><div class="dotted">
<div class="bg_left1">
<table width="100%" border="0">
<?php
//เช็คสถานะออเดอร์
require_once('class/class.transfer.php');
$check_order = $obTransfer->look_transfer_limit();
while($cehek_date_con = mysql_fetch_array($check_order)){
if($cehek_date_con['status']==1){
$sented = "(ส่งสินค้าแล้ว)";
}else{
$sented = "(ยังไม่ได้ส่งสินค้า)";
}
//$order_sent = "Lot".$cehek_date_con['id']." ".$cehek_date_con['firstname']." ".$sented;
//$sub_order_sent = substr($order_sent,0,50)."...";
?>
<tr>
<td>
<div id="animateList">
<img src="images/b2_head.gif" />
<a href="check_sent_orderid.php?id=<?=$cehek_date_con['id']?>"><?= "Lot".$cehek_date_con['id']." ".$cehek_date_con['firstname']." ".$sented;?></a>
</div>
<div id="hr"></div>
</td>
</tr>
<? } ?>
</table>
</div>
</div></td>
<td width="31%"><div class="dotted">
<div class="bg_left1">
<table width="100%" border="0">
<?php
require_once('class/class.forum.php');
$hit_forum = $obForum->get_hit_forum();
while($hit = mysql_fetch_array($hit_forum)){
$image_hit = $hit['view'];
//forum hot
if($image_hit >= 10){
$f_hot = "<img src=images/hot.gif />";
}else if($image_hit>=5 && $image_hit<=9 ){
$f_hot = "<img src=images/cool.gif />";
}else{
$f_hot = " ";
}
?>
<tr>
<td>
<div id="animateList">
<img src="images/b2_head.gif" />
<a href="forum_detail.php?id=<?=$hit['id_forum']?>"><?=$hit['title']." ".$f_hot?></a>
</div>
<div id="hr"></div>
</td>
</tr>
<? } ?>
</table>
</div>
</div></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td align="center"><p> </p>
<p>สินค้าขายดี</p></td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td align="left" valign="top">
<table width="221" border="0" align="center">
<tr>
<?php
//iframe
//<a href="ajax.PHP?keepThis=true&TB_iframe=true&height=250&width=400" title="add a caption to title attribute / or leave blank" class="thickbox">Example 1</a>
//php
//<a href="images/single.jpg" title="add a caption to title attribute / or leave blank" class="thickbox"><img src="images/single_t.jpg" alt="Single Image"/></a>
//<a href="ajax.PHP?height=220&width=400" class="thickbox" title="add a caption to title attribute / or leave blank">No-scroll content</a>
/*
<a href="pic/<?=$R['pic'];?>" title="<?=$R['description']?>" class="thickbox"> <img border="1" src="pic/<?=$R['pic'];?>" width="150" height="180" class="productImg" /></a>
<?php echo '<br />'.$R['namepro']?> <br />
<?= $R['price']." "."บาท"?><br />
<a href="#" onclick="add2cart(this,<?=$R['idpro']?>); return false;"> <img src="images/c_c.png" title="หยิบใส่ตะกร้า" width="24" height="24" border="0" /></a>
*/
require('class/class.product.php');
$result = $obProduct->get_product_by_rating();
while($R = mysql_fetch_array($result)){
?>
<td width="271" align="center" class="productImg">
<a href="pic/<?=$R['pic'];?>" title="<?=$R['description'];?>" class="thickbox"> <img border="1" src="pic/<?=$R['pic'];?>" width="165" height="200" class="productImg" /></a>
<?php echo '<br />'.$R['namepro']?> <br />
<?= $R['price']." "."บาท"?><br />
<a href="#" onclick="add2cart(this,<?=$R['idpro']?>); return false;"> <img src="images/c_c.png" title="หยิบใส่ตะกร้า" width="24" height="24" border="0" /></a>
</td>
<?php
if($ColumnStart==$num_col){//หากคอลัมน์เท่ากับจำนวนคอลัมน์ที่กำหนดไว้
echo '</tr><tr>';//สร้างแท็ก </tr> ปิด เพื่อจบแถว และสร้าง <tr>เพื่อสร้างแถวใหม่
$ColumnStart=0;//เซตเป็น 0 เพื่อเริ่มนับคอลัมน์ใหม่
}
$ColumnStart++;//เพิ่มคอลัมน์ทีละ1คอลัมน์
}
?>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td align="center"><img src="images/main_09.jpg" /></td>
</tr>
</table>
<?php
$result = $obCate->getTyep();
$i=0;
while($E = mysql_fetch_array($result)){
$id = $E['idCate'];
?>
<table width="100%" border="0">
<tr>
<td>
<div id="animateList">
<a href="product.php?id=<?=$id;?>"><?=$E['nameCate']?></a>
</div>
</td>
</tr>
</table>
<!------------------------------------------------------------------------------------------------------------------------------------------->
<table width="221" border="0" align="center">
<tr>
<?php
$obProduct->id = $id;
$result2 = $obProduct->get_ProductBytype();
$num = mysql_num_rows($result2);
if($num == 0){
echo "<font color = red>กรุณาเลือกหมวดสินค้า หรือ หมวดสินค้านี้ไม่มีสินค้า</font>";
}
while($R = mysql_fetch_array($result2)){
?>
<td width="271" align="center" class="productImg">
<a href="pic/<?=$R['pic'];?>" title="<?=$R['description'];?>" class="thickbox">
<img border="1" src="pic/<?=$R['pic'];?>" width="165" height="200" class="productImg" /></a>
<?php echo '<br />'.$R['namepro']?> <br /><?= $R['price']." "."บาท"?><br />
<a href="#" onclick="add2cart(this,<?=$R['idpro']?>); return false;"> <img src="images/c_c.png" title="หยิบใส่ตะกร้า" width="24" height="24" border="0" /></a>
</td>
<?php
//if($ColumnStart==$num_col){
// echo '</tr><tr>';
// $ColumnStart=0;
//}
//$ColumnStart++;
}
?>
</tr>
</table>
<!------------------------------------------------------------------------------------------------------------------------------------------->
<table width="100%" border="0">
<tr>
<td><img src="images/main_09.jpg" /></td>
</tr>
</table>
<?
$i++;
}
?>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td>
</div>
</tr>
</table>
</div>
<div class="footer">
<table width="100%" border="0">
<tr>
<td height="43" align="center"> </td>
</tr>
</table>
</div>
</body>
</html>
|
ประวัติการแก้ไข 2012-02-29 16:46:53
|
|
|
|
Date :
2012-02-29 16:45:22 |
By :
teukkead |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error นี้ได้จาก error console ของ firefox ค่ะ
รู้สึกว่า ฟังก์ชัน
Code (PHP)
<a href="javascript:void(0);" onclick="openMycart()">
มันไม่ทำงานค่ะ
|
|
|
|
|
Date :
2012-02-29 17:00:18 |
By :
teukkead |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|