<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"> <a href="javascript:MM_openBrWindow('link.php','xxx','scrollbars=no,width=350,height=210')">เลือกข้อมูล</a>
<html> <head> <script> function getCheckedValue(radioObj) { if(!radioObj) return ""; var radioLength = radioObj.length; if(radioLength == undefined) if(radioObj.checked) return radioObj.value; else return ""; for(var i = 0; i < radioLength; i++) { if(radioObj[i].checked) { return radioObj[i].value; } } return ""; } </script> </head> <body> <form name="radioExampleForm" method="get" action="" onsubmit="return false;"> <tr> <td align="center"><input type="radio" name="pic" id="n" value="AAAAAA" ></td> <td align="center"><input type="radio" name="pic" id ="n" value="BBBBBB"></td> <td align="center"><input type="radio" name="pic" id ="n" value="CCCCCC"></td> </tr> <tr> <td align="center"> </td> <td align="center"> <input type="submit" name="Submit" value="O.K." onClick="opener.document.all.name.value=getCheckedValue(document.forms['radioExampleForm'].elements['pic']);window.close();"> <input type="reset" name="btnreset" value="Reset"></td> </tr> </table> <p> </p> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง