|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|