对于分帧页面的打印,这个程序非常有实用性 dn001 2009-06-21 08:40:03 <!-- 把下列代码加到<body>区域中 --> ;<SCRIPT> function run(){ { str=test.value; go=open('','运行',''); go.document.open(); go.document.write(str); go.document.close(); } } </SCRIPT> <TEXTAREA name=test rows=10 cols=60></TEXTAREA><BR> <INPUT style="BACKGROUND-COLOR: rgb(255,200,200)" onclick=run() type=button value=运行>