LFCPD schrieb:

> In a TextArea I insert different strings separated by a new line
> symbol ('\n'). And they are shown well in Firefox and in IE.
> i.e.: If I insert the string: Monday\nTuesday\nWednesday\n...
> It is shown like this in the textArea:
> Monday
> Tuesday
> Wednesday
> 
> Later in the code I need to read the content of the TextArea, and
> divide the strings I insterted before separated by '\n'. In Ie is done
> well, bot not in Firefox, in firefox i get the following:
> Monda
> Tuesda
> Wednesda
> 
> how can I solve it?

How do you separate the text into lines? I think there is some
problem occuring if text comes separated by \r\n.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to