3个回答
展开全部
可以的,需要把 </script>改为 <\/script>;例如:
<html>
<head>
<script type="text/javascript">
function createNewDoc()
{
var txts="";
var newDoc=document.open("text/html","replace");
var txt="<html><body>Learning about the DOM is FUN!\
<input type='button' value='dynamic response'/> \
<script> function warning(){ alert(\"new document\");}\
document.getElementsByTagName('input')[0].addEventListener('click',warning);\
<\/script><\/body><\/html>";
console.log(txt);
newDoc.write(txt);
newDoc.close();
}
</script>
<body>
<input type="button" value="Write to a new document"
onclick="createNewDoc()">
</body>
</html>
<html>
<head>
<script type="text/javascript">
function createNewDoc()
{
var txts="";
var newDoc=document.open("text/html","replace");
var txt="<html><body>Learning about the DOM is FUN!\
<input type='button' value='dynamic response'/> \
<script> function warning(){ alert(\"new document\");}\
document.getElementsByTagName('input')[0].addEventListener('click',warning);\
<\/script><\/body><\/html>";
console.log(txt);
newDoc.write(txt);
newDoc.close();
}
</script>
<body>
<input type="button" value="Write to a new document"
onclick="createNewDoc()">
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-03-13
展开全部
莫名其妙的
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2006-03-03
展开全部
需特殊设置。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询