msg = ” ဒီေနရာမွာ စာသားထည့္ေပးပါ “;
msg = “…” + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0,
pos);
pos++;
if (pos > msg.length) pos = 0
window.setTimeout(“scrollMSG()”,150);
}
scrollMSG();
</script>
Post a Comment
သင္၏မွတ္ခ်က္ ေရးပါ။.....