Re: Get Plain Text in Javascript

  •  08-03-2011, 9:21 AM

    Re: Get Plain Text in Javascript


    Hi Ken,
     
    Thank you, That works great .
     
    Instead of placing an extra div on the page itself , is there any downside to substituting with this inside the function?
     
    Use
    var plainText = document.createElement("plainText");
    in place of
    var plainText = document.getElementById("plainText");

    Thanks,

    Joe
     
View Complete Thread