Use javascript to dynamically assign TEXT data in the database to TEXTAREA

Source: Internet
Author: User

I want to dynamically add text data to TEXTAREA. The following programs cannot be displayed normally.
ShtForm is Form field, and Txt_CmpnyPrms is TEXTAREA
Response. Write ("<script language = 'javascript '> ")
TempStr = "ShtForm. Txt_CmpnyPrms.innerText = '" + HTMLEncode (v_Rs ("Cmpny_Prms"). GetChunk (1000) + "';"
Response. Write (tempStr)
Response. Write ("</script> ")
The source code of the displayed webpage is shown as follows:
ShtForm. Txt_CmpnyPrms.innerText = 'efg <br/>
<Br/>
S <br/>
Fdad <br/>
F <br/>
A <br/>
Fda <br/>
<Br/>
FAD ';
How can this problem be solved?
1st Floor
Response. Write ("<scr" + "ept language = 'javascript '> ");
Response. Write ("</scr" + "ept> ");
2nd floor
Is it HTMLEncode?
Third floor
To: sdts (angel of God)
No. I added HTMLEncode later. When there is no HTMLEncode, the display format is as follows:
ShtForm. Txt_CmpnyPrms.innerText = 'efg
Fdad
F
A
Fda
FAD ';
4th floor
Up
5th floor
TempStr = "ShtForm. Txt_CmpnyPrms.innerText = unescape ('" + escape (v_Rs ("Cmpny_Prms"). GetChunk (1000) + "')"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.