|
|
|
คำสั่งพิมพ์ คลิกแล้วให้เปิดหน้าต่างใหม่ของ javascript |
|
|
|
|
|
|
|
Code (JavaScript)
<script language="javascript">
function selectchatroom()
{
window.open('selectchatroom.php?username=<?=$username?>&udepartid=<?=$udepartid?>&departid=<?=$departid?>&departname=<?=$departname?>&permission=<?=$permission?> ' , '','nenuber=no,toorlbar=no,location=no,scrollbars=yes, status=no,resizable=yes,width=800,height=820,top=10,left=400 ' )
}
</script>
<a href="javascript:selectchatroom();"><span>เลือกห้องสนทนา</span></a>
|
|
|
|
|
Date :
2014-02-27 09:21:48 |
By :
FreshyMusiC |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้คือต้องการกดแล้วให้ ปริ้นเลย หรือว่า ยังไงครับ
|
|
|
|
|
Date :
2014-02-27 09:23:35 |
By :
FreshyMusiC |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบง่ายๆ นะครับ
<a href='reportResign.php' id='print-button' target="_BLANK">พิมพ์ใบเสร็จ</a>
แล้วใน ไฟล์ reportResign.php ใส่
อาจใส่เงื่อนไข เช็คเอาก็ได้ ว่า ถ้ากดมาหน้านี้ จากปุ่มพิมพ์ใบเสร็จ ค่อยเรียก window.print();
Code (JavaScript)
<script>
window.print();
</script>
|
ประวัติการแก้ไข 2014-02-27 09:45:11
|
|
|
|
Date :
2014-02-27 09:45:30 |
By :
FreshyMusiC |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองแบบนี้ได้มั้ยครับ
<a href='javascript:void(0)' id='print-button' onclick='javascript:window.print()' target='_blank'>พิมพ์ใบเสร็จ</a>
|
|
|
|
|
Date :
2014-03-07 12:13:06 |
By :
Piakung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|