Sending New Line Characters and ; in URL

2004-12-06 Thread inr
Hai all, I like to send new Line character and ; characters in URL. In hmtl I am using a Form [as like mail box] To address, From address and Message.. When the form is submitted to servlet the information is set to its window.location in servlet response, there by outlook express

RE: Sending New Line Characters and ; in URL

2004-12-06 Thread Peter Crowther
From: inr [mailto:[EMAIL PROTECTED] I like to send new Line character and ; characters in URL. In hmtl I am using a Form [as like mail box] To address, From address and Message.. When the form is submitted to servlet the information is set to its window.location in servlet

Re: Sending New Line Characters and ; in URL

2004-12-06 Thread inr
Hi Peter Crowther, I am using the POST Method , The problem is not loss of data, it is about the new Line Character and ' , ; charcters when setting as below, Window.location=mailto:[EMAIL PROTECTED];[EMAIL PROTECTED];?CC=ik [EMAIL PROTECTED]

[OT] RE: Sending New Line Characters and ; in URL

2004-12-06 Thread Allistair Crossley
you can't have new line characters in URLs, you'll need to get rid of them with a regular expression for what you are doing I think. Allistair. -Original Message- From: inr [mailto:[EMAIL PROTECTED] Sent: 06 December 2004 14:29 To: Tomcat Users List Subject: Re: Sending New Line