Blogger Templates

Wednesday, 18 May 2011

At last ~ !

Finally ~ i solve the problem... Whoa !! a very simple thing make me so happy... 'Your web page title' is no longer appear in my browser tab...i've been trying so hard to solve the problem on why is it appear like that...i seriously have been browsing here and there...still can't find the right solution...finally i did it....!!!

Never thought it was so simple...i just need to edit the text in the HTML
like this...

 <script language="javascript">
// http://loternchern.blogspot.com
// loternchern@gmail.com
var msg = " ƒαιяÿ ταℓεṡ dяεαмṡ ღ ";
var pos = 0;
var spacer = " ... ";
var time_length = 100;
function ScrollTitle()
{
document.title = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
pos++;
if (pos > msg.length) pos=0;
window.setTimeout("ScrollTitle()",time_length);
}
ScrollTitle();
</script> 

actually i already give up on it...i was up to put sticker on the blog when i surprisingly found that silly thing i've searching all over ~ really happy i solve it...haha ~ ^_____^