IEWebBrowser 페이지 나누기(HTML 페이지 나누기)

1755 단어 htmlcss
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>print.html</title>
	
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
<style media="print">
<!--
.Noprint{display:none;}
.PageNext{page-break-after:always;}
-->
</style>
<style type="text/css">
<!--
.STYLE1 {font-size: 12px}
-->
</style>
  </head>
  
  <body>
    <object id="WebBrowser" width="0" height="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object>
	
	      <br><br><br>
	
	
	<div class="Noprint">
		        <br><br><br>
	</div>
	
	<div class="PageNext"></div>
	
	      <br><br><br>
	
    
    <div class="Noprint">
    	<input type=button value=     class="button"	onclick=document.all.WebBrowser.ExecWB(7,1) >
    	 <input type=button value=   class="button"	onclick=document.all.WebBrowser.ExecWB(6,1) >
    </div>
   
  </body>
</html>

좋은 웹페이지 즐겨찾기