<html> <head> <title>test</title> <script language="JavaScript"> function js_popup(theURL,width,height) { //v2.0 var textfield = document.getElementById('textfield').value; theURL += '?textfield='+textfield; leftpos = (screen.availWidth - width) / 2; toppos = (screen.availHeight - height) / 2; window.open(theURL, "viewdetails","width=" + width + ",height=" + height + ",left=" + leftpos + ",top=" + toppos); } </script> </head> <body> <form name="frmMain" action="" method="post"> <input type="text" name="textfield" id="textfield"> <select name="select" id="select"> <option>รหัส</option> <option>ชือ</option> <input type="button" name="button" value="submit" onClick="js_popup('kkk1.php',350,400); return false;"> </form> </body> </html>
<html> <head> <title>popup</title> </head> <body> <?php echo $_GET["textfield"]; echo $_GET["(ค่าที่จะแสดงค่าที่ 2)"] ?> </body> </html>
var textfield = document.getElementById('textfield').value; var textfield2 = document.getElementById('textfield').value; theURL += '?textfield='+textfield+'&textfield2='+textfield2;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง