标签:
<
script
type
=
"text/javascript"
>
window.onload=function(){
document.write("分享互助");
}
</
script
>
</
head
>
<
body
>
<
div
>蚂蚁部落欢迎您</
div
>
</
body
>
<
script
type
=
"text/javascript"
>
document.write("分享互助");
</
script
>
</
head
>
<
body
>
<
div
>蚂蚁部落欢迎您</
div
>
</
body
>
<
script
type
=
"text/javascript"
>
document.close();
document.write("分享互助");
</
script
>
</
head
>
<
body
>
<
div
>蚂蚁部落欢迎您</
div
>
</
body
>
<
script
type
=
"text/javascript"
>
function create(){
var newWindow=window.open("","蚂蚁部落","_blank");
newWindow.document.write("蚂蚁部落欢迎您");
newWindow.document.close();
newWindow.document.write("ABC");
}
window.onload=function(){
var obt=document.getElementById("bt");
obt.onclick=function(){
create();
}
}
</
script
>
</
head
>
<
body
>
<
div
id
=
"print"
>蚂蚁部落欢迎您,只有努力奋斗才会有美好的明天。</
div
>
<
input
type
=
"button"
id
=
"bt"
value
=
"查看效果"
/>
</
body
>
标签:
原文地址:http://www.cnblogs.com/sao-di-seng/p/5520848.html