-
Sending Carriage Returns in URL to asp page
What is the escape character for a carriage return in a URL sent to an asp
page? I can't find anything about this anywhere.
-
Re: Sending Carriage Returns in URL to asp page
I used the Server.URLEncode method on a string that contained a carriage return,
and this is what it returned: %0D
Not sure if that's what you're looking for.
"Dave Caves" <cavesdn@opensysgroup.com> wrote:
>
>What is the escape character for a carriage return in a URL sent to an asp
>page? I can't find anything about this anywhere.
-
Re: Sending Carriage Returns in URL to asp page
Dave, the answer is:
Surround your querystring by javascript escape()
and crlf will be passed over "intact".
Anurag
"Jay" <jay_broni@hotmail.com> wrote:
>
>I used the Server.URLEncode method on a string that contained a carriage
return,
>and this is what it returned: %0D
>
>Not sure if that's what you're looking for.
>
>
>
>"Dave Caves" <cavesdn@opensysgroup.com> wrote:
>>
>>What is the escape character for a carriage return in a URL sent to an
asp
>>page? I can't find anything about this anywhere.
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks