|
![](/images/resource/spacer.gif) |
|
Print spry tabbed panels เราสามารถทำได้หรือเปล่า เพราะใช้ window.print() แล้วออกมาไม่ได้เรื่องเลย |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ได้แล้วครับใช้แบบนี้ work มาก แต่ติดอะไรนิดหน่อยคือ...Css มันไม่ตามไปด้วย
พอจะมีวิธีแก้ไขหรือป่าวเหรอครับ
( เหมือนจะผิดหมวดนะ แต่พอดีผมเขียนด้วย .asp ขออภัยด้วยคับ )
<head>
<script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
<link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
<link href="bfix_layout.css" rel="stylesheet" type="text/css" />
function printSelection(node){
var content=node.innerHTML
var pwin=window.open('','print_content','width=100,height=100');
pwin.document.open();
pwin.document.write('<html><body onload="window.print()">'+content+'</body></html>');
pwin.document.close();
setTimeout(function(){pwin.close();},1000);
}
</script>
</head>
<div id="test">
this is a test
</div>
<a href="" onclick="printSelection(document.getElementById('test'));return false">print</a>
Credit: http://www.webdeveloper.com
|
ประวัติการแก้ไข 2012-01-25 11:38:55
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2012-01-25 11:32:27 |
By :
imperator |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 02
|