✔ 最佳答案
<body ONDRAGSTART="window.event.returnValue=false" ONCONTEXTMENU="window.event.returnValue=false" onSelectStart="event.returnValue=false" >
<script language=javascript >
title_new="修改網頁名"
step=0
function flash_title()
{
step++
if (step==7) {step=1}
if (step==1) {document.title=' '+title_new+' '}
if (step==2) {document.title=' '+title_new+' '}
if (step==3) {document.title=' '+title_new+' '}
if (step==4) {document.title=' '+title_new+' '}
if (step==5) {document.title=' '+title_new+' '}
if (step==6) {document.title=' '+title_new+' '}
}
flash_title()
</script>