[r]
(1)Code tạo tiêu đề chạy 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>