设为首页设为首页
 添加收藏添加收藏
 进入音乐版音 乐 版
  汉南在线网页设计HTML/CSS

网页上内容导出到word
作  者:匿名
关键字:网页控件



<html>
  <head>
  <meta  http-equiv="Content-Type"  content="text/html;  charset=gb2312">
  <title>网页上内容导出到word</title>
  </head>
  <body>
  <div  id="Layer1"  >
  <input  type=button  name='button_export'  title='导出到word'    onclick=OpenWord()  value=下载到word></div>
  </div>
  <table  align="center"  width="300"  border="1"  bordercolor="#2baeff"  cellpadding="0"  cellspacing="0"  bgcolor="lightblue">
  <Tr><Td>1</td><Td>2</td><Td>3</td></tr>
  <Tr><Td>4</td><Td>5</td><Td>6</td></tr>
  <Tr><Td>7</td><Td>8</td><Td>9</td></tr>
  </table>
  </body>
  </html>
  <script  language="javascript">
  function  OpenWord(){
  Layer1.style.border=0
  ExcelSheet  =  new  ActiveXObject('word.Application');
  ExcelSheet.Application.Visible  =  true;
  var  mydoc=ExcelSheet.Documents.Add('',0,1);
  myRange  =mydoc.Range(0,1)
  var  sel=Layer1.document.body.createTextRange()
  sel.select()
  Layer1.document.execCommand('Copy')
  sel.moveEnd('character')
  myRange.Paste();
  location.reload()
  ExcelSheet.ActiveWindow.ActivePane.View.Type=9
  }
  </script>

</body>
</html>



来源:网络
阅读:15
日期:2008-9-22

【 双击滚屏 】 【 收藏 】 【 打印 】 【 关闭 】 【 字体: 】 
上一篇:网页打印相关控件
下一篇:根据IP实现网址跳转

  >> 相关文章
 
  ·网页打印相关控件
授权使用:汉南在线 http://www.hzwz.net/(2008-2009)   
Copyright (c) 2002-2007 汉南在线. All Rights Reserved . 
经营许可证:陕ICP备05000109号 Powered by:汉南在线