how to use url.Encode for NS problem w/ params in URL 
Author Message
 how to use url.Encode for NS problem w/ params in URL

NESCAPE 4:  the hyperlinks in my app don't work in NS 4 because the
parameters after the '?'  don't get passed.  But they do in NS 6, IE 5 etc.
Just NS 4 there's a problem.  I've heard of people doing urlencodes  do
solve this problem but i can't figure out the correct syntax.  This is what
I have now,  can anyone please help?   My current code produces this link,
which doesn't work:

http://www.*-*-*.com/ (
Address=1972 7 AVENUE)&mbf=server.urlencode(-)

And this is my current code:

<a
href="select_application.asp?strWhere=server.urlencode(<%=strWhere%>)&mbf=se
rver.urlencode(<%=mbf%>)">

If I take out the urlencode, it works in NS 6, IE 5 and above, but not
Netscape 4.  Thanks for any help!



Sat, 20 Dec 2003 22:17:09 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Delphi and ODBC problems

2. URL, Getting the url using asp

3. Invalid URL form or fully-qualified absolute URL was used

4. PARAMS not getting passed in URL w/ ns4

5. Creating Indexes on Run time

6. HTTPWebRequest encodes the URL

7. How can I encode URL in VB6

8. url encoding ASP vs ASP.net

9. Encoding URL?

10. URL Encoding

11. VB URL Encode function???

12. Desperately need an HTTP URL encode routine

 

 
Powered by phpBB® Forum Software