|
|
|
Print spry tabbed panels เราสามารถทำได้หรือเปล่า เพราะใช้ window.print() แล้วออกมาไม่ได้เรื่องเลย |
|
|
|
|
|
|
|
ได้แล้วครับใช้แบบนี้ 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
|
|
|
|
Date :
2012-01-25 11:32:27 |
By :
imperator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|