Re: Browser Compatibility
by "Steve Cost" <scost(at)neo.rr.com>
|
Date: |
Wed, 17 Jan 2001 22:31:13 -0500 |
To: |
"Susan Bishop" <aka_susanb(at)yahoo.com>, "HWG Languages" <hwg-languages(at)hwg.org> |
References: |
yahoo |
|
todo: View
Thread,
Original
|
|
If I am not mistaken, this is a case where Netscape does not like passed parameters
with embedded spaces. If you are using VBScript is ASP, do this:
varMain = "Male Shaving and Grooming"
varMain = server.URLEncode(varMain)
<.A href ..............jsp?<%=varMain%>">
IF not ASP, maybe use 'Male+Shaving+and+Grooming', and strip the "+" at the other
end.
HTH,
Steve
----- Original Message -----
From: "Susan Bishop" <aka_susanb(at)yahoo.com>
To: "HWG Languages" <hwg-languages(at)hwg.org>
Sent: Wednesday, January 17, 2001 9:12 PM
Subject: Browser Compatibility
| This piece of code: <A href ="SubGroup2.jsp?main=Male Shaving and
| Grooming">Test link</A> functions fine in current versions of IE but
| fails in Netscape ... (I have Communicator 4.7x) with: Your browser
| sent a message this server could not understand.
|
|
| Any ideas on what the problem might be ???
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA