<html>
<head>
<title>smsx.cab</title>
<!-- MeadCo ScriptX -->
<object id="factory" style="display:none"
classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814"
codebase="smsx.cab#Version=6,3,435,20">
</object>
<script defer>
function window.onload() {
if (!factory.object) {
alert("打印控件没有正确安装!");
return;
} else {
// -- advanced features
factory.printing.SetMarginMeasure(2); // measure margins in inches
factory.printing.printer = "HP DeskJet 870C";
factory.printing.paperSize = "A4";
factory.printing.paperSource = "Manual feed";
factory.printing.collate = true;
factory.printing.copies = 2;
factory.printing.SetPageRange(false, 1, 3); // need pages from 1 to 3
// -- basic features
factory.printing.header = "This is MeadCo";
factory.printing.footer = "Printing by ScriptX";
factory.printing.portrait = true;
factory.printing.leftMargin = 5.0;
factory.printing.topMargin = 5.0;
factory.printing.rightMargin = 5.0;
factory.printing.bottomMargin = 5.0;
}
}
</script>
<script language="javascript">
function printTure() //打印函数
{
document.all("dayindiv").style.display="none";//隐藏按钮
factory.printing.Print(true); //调用控件打印
document.all("dayindiv").style.display="";//显示
}
function Print(frame) {
factory.printing.Print(true, frame) // print with prompt
}
</script>
</head>
<body>
<div>
<pre>
我被打印出来了:
十二因缘的解脱观
苦灭谛,乃是逆著十二因缘的次第,从断绝第十二因缘的老死,向上推转,
到了第一因缘的无明断绝之时,即是超凡入圣的解脱境界及涅盘境界。
也就是说,
要想不「老」不「死」,唯有设法不再出「生」;
要想不再出生,便不得造下「有」漏的生死之因;
要想不造生死之因,对于贪恋的事物,便当立即放下求「取」和舍不得的心念;
要想无取无求,唯有首先排除避苦求乐的「爱」欲心;
要想无爱欲心,便当不再领「受」苦乐的感觉;
要想不受苦乐所动,当求六根清净,不与六尘接「触」;
要求六根不触六尘,唯有不起「六入」;六入是由「名色」所成,
要求不起六入,便不宜求生投入母胎;投胎的主体是业「识」,故应先破业识;
业识是由前世「行」为的集聚而成,
故当先勿造作有漏的善恶行为;
所谓有漏 (sasrava),是指本著有我的意念,由身口所作的一切行为,不论是为身心的私我,
或为群体社会国家世界的公我,乃至是为宇宙全体的神我,
均系有我有漏的生死业,为何有我的观念存在呢?乃因众生皆在「无明」的愚疑之中,何谓无明愚疑?
即是没有智慧,不能明察我们所处的五蕴世间,都是因缘和合而成的,暂时的,不实在的幻景,
所以误将众生各自所造的身心乃至宇宙,
当作「我」来维护与贪恋。如果能将此无明排除之后,便可修好解脱之船的漏洞,
平安地航出生死的苦海了。
如何排除无明,那是要靠修行八正道来完成的工作,也就是下面所要介绍的道谛之内容了。
</pre>
</div>
<div>
<p style="page-break-before:always">我在另外一页</p>
</div>
<div align="center" id="dayindiv" name="dayindiv">
<input type=button value="打印本页" οnclick="printTure()">
<input type=button value="页面设置" οnclick="factory.printing.PageSetup()">
<input type=button value="打印预览" οnclick="factory.printing.Preview()">
</div>
</body>
</html>
<head>
<title>smsx.cab</title>
<!-- MeadCo ScriptX -->
<object id="factory" style="display:none"
classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814"
codebase="smsx.cab#Version=6,3,435,20">
</object>
<script defer>
function window.onload() {
}
</script>
<script language="javascript">
function printTure() //打印函数
{
document.all("dayindiv").style.display="none";//隐藏按钮
factory.printing.Print(true); //调用控件打印
document.all("dayindiv").style.display="";//显示
}
function Print(frame) {
factory.printing.Print(true, frame) // print with prompt
}
</script>
</head>
<body>
<div>
<pre>
</pre>
</div>
<div>
<p style="page-break-before:always">我在另外一页</p>
</div>
<div align="center" id="dayindiv" name="dayindiv">
<input type=button value="打印本页" οnclick="printTure()">
<input type=button value="页面设置" οnclick="factory.printing.PageSetup()">
<input type=button value="打印预览" οnclick="factory.printing.Preview()">
</div>
</body>
</html>