Hello,
I'm having problem w/ a textarea. I lose the newlines and carriage returns in a textarea when I refresh the page from another frameset, I lose all the newlines and carriage returns and the text is combined on one line.
Here's more details on what I'm trying to do. I'm working on an email program that consist of 2 frames - 1 we'll call the address frame and one we'll call the mail frame.
When the user hits a submit button on the address frame, it reloads the mail frame and adds the chosen addresses in the "Recipient" textfield.
If there is text in the address frame textarea it will lose it's formatting and put all text on one line.
I've tried throwing the textarea text from the mail frame to a hidden field in the address frame and then back to the mail frame via javascript but it still didn't work.
Does this make sense?