mấy bác cho em hỏi về một đoạn code (bên dưới) đc viết để làm gì thế?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>nen tinh</title>
</head>
<SCRIPT LANGUAGE="JavaScript">
<!--var Message="Lam Van Thoai *****Lop 43TH-1 Dai hoc thuy san Nha Trang***Email : thoaidt_3003@yahoo.com!!";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",300);
} else {
place++;
window.setTimeout("scrollIn()",50);
}
}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
} else {
place++;
window.setTimeout("scrollOut()", 50);
}
}
// End -->
</SCRIPT>