Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Hellraiser on August 15, 2007, 01:42:46 PM



Title: Larger About Me
Post by: Hellraiser on August 15, 2007, 01:42:46 PM
Larger About Me

# Use this script on the 'social' section of your profile editing page(EditSocial.aspx). This will enlarge the text box in which you can write about yourself with ease.
# Paste the following javascript in your web browser address bar after navigating to the specified orkut page.

Code:
javascript:var tas=document.getElementsByTagName('textarea');for(var i=0;i<tas.length;i++){try{if(tas[i].name=='aboutMe'){tas[i].rows=80;tas[i].cols=100;}}catch(e){}}void(0);


Title: Re: Larger About Me
Post by: Mark David on August 29, 2007, 02:33:15 AM
gud 1,,:)