[r]
Trang 1Code tạo tiêu đề luôn chạy trên trình duyệt:
<script language="JavaScript" type="text/javascript">
var txt="Nội dung cần cho chạy";
var expert=200;
// speed of roll
var refresh=null;
function marquee_title(){
document.title=txt;
txt=txt.substring(1,txt.lenghth)+txt.charAt(0);
refresh=setTimeout("marquee_title()",expert);
}
marquee_title();
</script><table>
<tr>
<td>
<div align="center" style="z-index:9;visibility:visible;"></div>
</td>
</tr>
</table>