|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: interrupted parameter/string .. page to page |
From: |
Mike Bell |
Date: |
6/28/2000 10:35:04 AM |
IP: |
209.47.108.158 |
When passing a query string with blanks or other extra codes in it, you need to Encode the querystring.
In ASP pages you would use the Server.URLEncode function.
In Coldfusion you would use the URLEncodedFormat function.
In JavaScript you would use the Escape() function.
The recieving page will automatically put the space back in.
Mike Bell |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|