<html>
<head>
<script>
function clear() {
Source=document.body.firstChild.data;
document.open();
document.close();
document.body.innerHTML=Source;
}
</script>
</head>
<body onload=clear()>
網頁的內容
</body>
</html>
posted on 2006-08-01 14:08
kelven 閱讀(336)
評論(0) 編輯 收藏 所屬分類:
HTML