posts - 297,  comments - 1618,  trackbacks - 0
< html >
    
< head >
        
< title > document.open()和document.close()的使用 </ title >
    
</ head >
    
< body >
        
< script  type ="text/javascript" >
        
<!--
            
var  myWin  =  window.open( "" " newWin " " height=300,width=300 " );
            myWin.document.open(); 
// 打开写入
             // 写入html文件头
            myWin.document.write( " <html><head><title>test</title></head><body>hello</body></html> " );
            myWin.document.close(); 
// 关闭写入
         // -->
        
</ script >
    
</ body >
</ html >
 输出效果如下:
弹出新页面,该页面中输出hello。
posted on 2007-03-10 15:52 阿蜜果 阅读(2115) 评论(3)  编辑  收藏 所属分类: 芝麻粒知识


FeedBack:
# re: document.close()和document.open()的使用
2008-07-30 16:33 | s
但没有一个人说的很清除document.open()究竟干什么用的  回复  更多评论
  
# re: document.close()和document.open()的使用
2011-04-23 10:07 | IE10下载
window.open  回复  更多评论
  
# re: document.close()和document.open()的使用
2011-08-08 11:27 | 水中月明
如果不写那个document.close()结果显示的也没有区别,请问这个document.close()的作用是什么?  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航:
 
<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

      生活将我们磨圆,是为了让我们滚得更远——“圆”来如此。
      我的作品:
      玩转Axure RP  (2015年12月出版)
      

      Power Designer系统分析与建模实战  (2015年7月出版)
      
     Struts2+Hibernate3+Spring2   (2010年5月出版)
     

留言簿(262)

随笔分类

随笔档案

文章分类

相册

关注blog

积分与排名

  • 积分 - 2284481
  • 排名 - 3

最新评论

阅读排行榜

评论排行榜