-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: naveensoni
Message 6 in Discussion

Hi Viswak as the code suggested will work fine, but the length property will give you 
wrong count about total number of characters in textarea, becuase it includes \n\r 
characters aslo for every enter key.
 you can try this code:
function test(sOriginal) {  var sTemp1=""; 
var sTemp2=""; 
var sOriginal1=""; 
var sOriginal2=""; 
var i; 
sTemp1=sOriginal.split('\n');  for(i=0;i<sTemp1.length;i++){ sOriginal1= sOriginal1 + 
sTemp1[i]; } sTemp2=sOriginal1.split('\r'); for(i=0;i<sTemp2.length;i++){ sOriginal2= 
sOriginal2 + sTemp2[i]; } return(sOriginal2) }

-Naveen<STEMP2.LENGTH;I++){ } sTemp2[i]; + sOriginal2="sOriginal2" 
return(sOriginal2)<STEMP1.LENGTH;I++){ }

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to