<%@ page language="java" contentType="text/html; charset=TIS-620" pageEncoding="TIS-620"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""-//W3C//DTD XHTML 1.0 Transitional//EN"> <html> <head> <script type="text/javascript" src="script/script.js" ></script> <link rel="stylesheet" type="text/css" href="menu.css"></link> <meta http-equiv="Content-Type" content="text/html; charset=TIS-620"> <title>จัดการข้อมูลสินค้า</title> </head> <body> <center> <br> <br> <table> <br> <br> <tr> <td><b>จัดการข้อมูลสินค้า</b></td> </tr> <tr> <td>รหัสสินค้า</td> </tr> <tr> <td>ประเภทสินค้า</td> <td><input onclick="telephone()" checked="checked" type="radio" id="telephone" name="product">โทรศัพท์มือถือ</td> <td><input onclick="computer()" type="radio" id="computer" name="product">คอมพิวเตอร์</td> </tr> </table> <br> <br> <div id = "shData"> <!-- Area for show brand & series --> </div> </center> </body> </html>
function createXML(){ var xmlHttp = null; if(window.ActiveXObject){ try { xmlHttp = new ActiveXObject("Microsoft.xmlHttp"); } catch (e) { xmlHttp = false; } }else{ try { xmlHttp = new xmlHttpRequest(); alert("firefox"); } catch (e) { xmlHttp = false; } } if(!xmlHttp){ alert("ไม่สามารถสร้าง object Ajax นี้ได้"); } else{ return xmlHttp; } } function telephone(){ xmlHttp = createXML(); url = "telephone.jsp"; xmlHttp.open("get" ,url,true); xmlHttp.send(null); xmlHttp.onreadystatechange=function(){ if(xmlHttp.readyState == 4){ var status = xmlHttp.responseText; show = document.getElementById("shData"); show.innerHTML = status; } }; } function computer(){ var xmlHttp=createXML(); xmlHttp.open("get","computer.jsp",true); xmlHttp.send(null); xmlHttp.onreadystatechange=function(){ if(xmlHttp.readyState==4){ var status = xmlHttp.responseText; var show = document.getElementById("shData"); show.innerHTML = status; } }; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง