OpenWindow.document.write();
生活随笔
收集整理的這篇文章主要介紹了
OpenWindow.document.write();
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?1OpenWindow=window.open("",?"newwin",?"height=250,?width=250,toolbar=no?,scrollbars="+scroll+",menubar=no");?
?2 OpenWindow.document.write("<HTML>");
?3 OpenWindow.document.write("<TITLE>例子</TITLE>");?
?4 OpenWindow.document.write("<BODY?BGCOLOR=#ffffff>");
?5 OpenWindow.document.write("<h1>Hello!</h1>");
?6 OpenWindow.document.write("New?window?opened!");
?7 OpenWindow.document.write("<FORM>?");
?8 OpenWindow.document.write("<INPUT?TYPE='BUTTON'?VALUE='關閉'?onClick='window.close();'>");?
?9 OpenWindow.document.write("</FORM>");
10
11 OpenWindow.document.write("</BODY>");
12 OpenWindow.document.write("</HTML>");
13 OpenWindow.document.close();
14
?2 OpenWindow.document.write("<HTML>");
?3 OpenWindow.document.write("<TITLE>例子</TITLE>");?
?4 OpenWindow.document.write("<BODY?BGCOLOR=#ffffff>");
?5 OpenWindow.document.write("<h1>Hello!</h1>");
?6 OpenWindow.document.write("New?window?opened!");
?7 OpenWindow.document.write("<FORM>?");
?8 OpenWindow.document.write("<INPUT?TYPE='BUTTON'?VALUE='關閉'?onClick='window.close();'>");?
?9 OpenWindow.document.write("</FORM>");
10
11 OpenWindow.document.write("</BODY>");
12 OpenWindow.document.write("</HTML>");
13 OpenWindow.document.close();
14
總結
以上是生活随笔為你收集整理的OpenWindow.document.write();的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 实现一个压缩Remoting传输数据的S
- 下一篇: 学VC的一点感受