বৃহস্পতিবার, ১১ ফেব্রুয়ারী, ২০১৬
rubelall22.blogspot.com
<!– this script got from my-javacodes.blogspot.com-Coded by: Morad Hasan –>
<SCRIPT language=javascript>
msg = “you”;
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()”,200);
}
scrollMSG();
</SCRIPT>
<font face=”Tahoma”><a target=”_blank” href=”http://my-javacodes.blogspot.com/”><span style=”font-size: 8pt; text-decoration: none”>JavaScript Code</span></a></font>
<!– this script got from my-javacodes.blogspot.com-Coded by: Morad Hasan –>
<SCRIPT language=javascript>
msg = “you”;
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()”,200);
}
scrollMSG();
</SCRIPT>
<font face=”Tahoma”><a target=”_blank” href=”http://my-javacodes.blogspot.com/”><span style=”font-size: 8pt; text-decoration: none”>JavaScript Code</span></a></font>
এতে সদস্যতা:
পোস্টগুলি (Atom)