class PDF_AutoPrint extends PDF_JavaScript { function AutoPrint($printer='') { // Open the print dialog if($printer) { $printer = str_replace('\\', '\\\\', $printer); $script = "var pp = getPrintParams();"; $script .= "pp.interactive = pp.constants.interactionLevel.full;"; $script .= "pp.printerName = '$printer'"; $script .= "print(pp);"; } else $script = 'print(true);'; $this->IncludeJS($script); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง