Thursday, May 31, 2007

Write text with smilies between them

1.Open the scrap book of your friend
2.Write nay message
3.the paste the following script in address bar before submitting the message


javascript:cor=new Array('Smile','blue');var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y
4.Hit enter
5.Press submit.

No comments:

Post a Comment