Good morning! I've visited this site for a while, and finally decided to join and ask a question. I look forward to hearing what you all suggest. (I couldn't come up with a creative screenname, so I used the date and time :-)
I am trying to embed some content text inside an html's hidden field. THe text content text has html formatting, so if it's placed in a Textarea, it will appear just fine. However, if I try to put it into a hidden field, the quotes of the content cause the html to escape the hidden field's value item. How could I tell html to ignore the quotes that are contained within the content text? is there a particular character that I could use javascript to replace, andthen I'll re-replace it later when I'm processing it? However, what character can I place in the page's html to escape the other page's html content?...do you see the circular effect here?
THanks in advance!