为了账号安全,请及时绑定邮箱和手机立即绑定

document对象 文档输入输出问题

为什么页面跳转不过去?哪里错了,求指教


<script language="javascript">

<!--

      function newopen(){

      var dw=window.open();

     dw.document.open();

  dw.document.write("<html><head><title>一个新的页面</title>");

dw.document.write("<script language='javascript'>");

dw.document.write("function woc(){document.write('笑笑');}");

dw.document.write("</script></head>");

dw.document.write("<body>");

dw.document.write("<img src='image/mmexport1427618752278.jpg'><br/>");

dw.document.write("这里是写入的新内容<br/>");

dw.document.write("<input type='text'/>");

dw.document.write("</body></html>");

dw.document.close();

}

-->

<body>


<input type="button" value="打开一个新文档" onClick="newopen();" />


</body>


正在回答

1 回答

js代码没有闭合,这么多内容是要实现什么啊。好乱

0 回复 有任何疑惑可以回复我~
#1

一墨飞雪 提问者

用document文档的输入输出构造出一个页面,非常感谢
2016-04-24 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

document对象 文档输入输出问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信