JS本页改变内容无后退

Posted on 2008-07-24 16:54 Love 阅读(48) 评论(0)  编辑 收藏 网摘 所属分类: JavaScript
<html> 

<head> 
<meta httpequiv="
ContentType"

content
="text/html;
charset=utf8"
/>
<script> 
function createNewDoc() 
var newDoc=document.open("text/html","replace"
var txt="<html><body>hello </body></html>" 
newDoc.write(txt) 
newDoc.close() 
}
 
</script> 
</head> 
<body> 
<input type="button" value="submit" onClick="createNewDoc()"> 
</body> 

</html> 
Tag标签: javascript

标题  
姓名  
主页
Email (博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
Google站内搜索



相关文章:


相关搜索:
javascript

相关链接:
 

posts - 11, comments - 6, trackbacks - 0, articles - 0

Copyright © Love