<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <body bgcolor="#FFFFFF"> <form name="form1" method="post" action=""> <script language="JavaScript"> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features).focus(); } </script> <input name="name" type="text" id="name"> <input name="name1" type="text" id="name1"> <input name="name2" type="text" id="name2"> <input name="name3" type="text" id="name3"> <a href="javascript:MM_openBrWindow('Sample2.php','xxx','scrollbars=no,width=350,height=210')">เลือกข้อมูล</a> </form> </body> </html>
<html> <head> </head> <body> <script> function sendtomainform() { opener.document.all.name.value=document.all.n.value; opener.document.all.name1.value=document.all.n1.value; opener.document.all.name2.value=document.all.n2.value; opener.document.all.name3.value=document.all.n3.value; window.close(); } </script> <form action="" method="post"> <input name="n" type="text" id="n"> <input name="n" type="text" id="n"> <input name="n1" type="text" id="n1"> <input name="n2" type="text" id="n2"> <input name="n3" type="text" id="n3"> .... <input type="submit" name="Submit" value="Submit" onClick="sendtomainform();"> </form> </body> </html>
<html> <head> <title>ThaiCreate.Com</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <script language="javascript"> function selValue() { var val = ''; for(i=1;i<=frmPopup.hdnLine.value;i++) { if(eval("frmPopup.Chk"+i+".checked")==true) { val = val + eval("frmPopup.Chk"+i+".value") + ','; } } window.opener.document.getElementById("txtSel").value = val; window.close(); } </script> <form action="" method="post" name="frmPopup" id="frmPopup"> <table width="185" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="64"><input name="Chk1" type="checkbox" id="Chk1" value="A"></td> <td width="115">A</td> </tr> <tr> <td><input name="Chk2" type="checkbox" id="Chk2" value="B"></td> <td>B</td> </tr> <tr> <td><input name="Chk3" type="checkbox" id="Chk3" value="C"></td> <td>C</td> </tr> <tr> <td><input name="Chk4" type="checkbox" id="Chk4" value="D"></td> <td>E</td> </tr> <tr> <td><input name="Chk5" type="checkbox" id="Chk5" value="E"></td> <td>D</td> </tr> </table> <input name="hdnLine" type="hidden" value="5"> <br> <input name="btnSelect" type="button" value="Select" onClick="JavaScript:selValue();"> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง