Memo field to Javascript function

S

Sudhanshu

Hi,
I am trying to pass a memo field from ASP to Javascript function to
write back to a text area txtCommReport on the page as per selection
by users.

function EditRpt(aCRD,aCRT,aCRTX,aKey)
{
window.document.forms[0].txtCommReportDate.value=aCRD;
window.document.forms[0].txtCommReportTitle.value=aCRT;
window.document.forms[0].txtCommReport.value=aCRTX;
window.document.forms[0].txtEdtKey.value=aKey;

}

Third argument is a memo field. It works fine for about 2000
characters. But I tested by copying the same document twice to make
4000 size and it does not work.

Is there anybody who knows how to solve this problem?

Sudhanshu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top