要完成此效果需要三個(gè)步驟
第一步:把如下代碼加入到區(qū)域中
<script LANGUAGE="JavaScript">
</script>
第二步:把如下代碼加入到區(qū)域中
<script language="JavaScript">
if (document.layers)
document.write(singletext[0])
</script>
<script language="JavaScript">
if (document.all){
document.writeln('')
document.writeln('
')
document.write(singletext[0])
document.writeln('
')
}
if(document.getElementById&&!document.all){
document.writeln('')
document.writeln('
')
document.write(singletext[0])
document.writeln('
')
}
</script>
第三步:把“onLoad="start()"”加在標(biāo)記里
例如: