I have developed a servlet that kicks of every night and goes through a
database looking for matches to input a user has put in. It then generates
an email message and sends them the link where to find what they are looking
for. It works fine in IE but not in Netscape 4.5. The link comes back like
this http://www.mysite.com/search?SearchWord=tools
+as+well&DateId=999999999999&ClassifiedAd=SearchByWord (Note: there is NO
spaces the between string.)When is should come back as
http://www.mysite.com/search?SearchWord=tools+as+well&DateId=999999999999&Cl
assifiedAd=SearchByWord Does anyone know a fix for this?

Thanks

Tom K.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to