<iframe id="x123"></iframe> <iframe id="x123"></iframe> <iframe id="x123"></iframe>
document.getElementById('x123').contentWindow.location.reload(); หรือ parent.document.getElementById('x123').contentWindow.location.reload();
var elementList = document.querySelectorAll('x123'); elementList.contentWindow.location.reload();
var elementList = document.querySelectorAll('.gallery_frame');
$('.x123').each(function() { this.contentWindow.location.reload(true); });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง