<!--------------------------------------->
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" width="740" height="1058">
<tr>
<td>
<div id="content" style="position:absolute; z-index:1; left: 15; top: 15; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000">
<!--中间插入要缩印的内容------------------------->
<!-------------------------------------------------->
</div>
</td>
</tr>
</table>
<script>
//如果是横向,下面两个数值要改过来!变为:
//page_width=29*36.5
//page_height=20*37
page_width=20*37
page_height=29*36.5
zoom_width=page_width/document.all("content").scrollWidth
zoom_height=page_height/document.all("content").scrollHeight
if(zoom_width>zoom_height){
document.all("content").style.zoom=zoom_height
}
else
{
document.all("content").style.zoom=zoom_width
}
</script>
</body>
</html>
posted on 2006-09-20 11:44
小平 阅读(5402)
评论(0) 编辑 收藏 所属分类:
web