while($results = mysql_fetch_array($objQuerymember)) { ; ?> <tr class="data"> <td class="data"><?=$results["date_cre"]?></td> <td class="data"><?=$results["name_product"]?></td> <td class="data"><?=$results["name_cat"]?></td> <td class="data"><?=$results["code_product"]?></td> <td class="data"><?=$results["product_price"]?></td> <td class="data" width="75px"> <center> <a href="" onClick="open_win_detail()"> <script language="javascript"> function open_win_detail() { window.open ("product_detail.php?id=<?=$results["id_product"]?>","","width=800, height=700"); } </script> <img src="mos-css/img/detail.png" ></a> <a href="JavaScript:if(confirm('Confirm Delete?')==true){window.location='<?=$_SERVER["PHP_SELF"];?>?Action=Del&delete=<?=$results["userid"];?>';}"> <img src="mos-css/img/remove.png"></a> </center> </td> </tr> <?}?>
?> <script language="javascript"> function open_win_detail(id) { window.open ("product_detail.php?id=" + id,"","width=800, height=700"); } </script> <?php while($results = mysql_fetch_array($objQuerymember)) { ; ?> <tr class="data"> <td class="data"><?=$results["date_cre"]?></td> <td class="data"><?=$results["name_product"]?></td> <td class="data"><?=$results["name_cat"]?></td> <td class="data"><?=$results["code_product"]?></td> <td class="data"><?=$results["product_price"]?></td> <td class="data" width="75px"> <center> <a href="" onClick="open_win_detail('<?=$results["id_product"]?>')"> <img src="mos-css/img/detail.png" ></a> <a href="JavaScript:if(confirm('Confirm Delete?')==true){window.location='<?=$_SERVER["PHP_SELF"];?>?Action=Del&delete=<?=$results["userid"];?>';}"> <img src="mos-css/img/remove.png"></a> </center> </td> </tr> <?}?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง