I'm not sure about Netscape 6/Mozilla, but older versions of Netscape 4.x do not automaticly encode URLs before sending to the server. Internet Explorer does, which usualy causes lots of confusion when testing across diffrent browsers.
~Scott Lev Assinovsky wrote: ><A HREF="/images/a b.gif">Open</A> works for me (Netscape). > >WebMaster wrote: > >>Just use cascading ASCII (blank = 20): >>like http://www.testside.de/test%20this%20tile.html >> >>----- Original Message ----- >>From: "Zsolt Koppany" <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Sent: Friday, March 01, 2002 6:22 PM >>Subject: URL Problem with blanks in names >> >>>Hi, >>> >>>how can I create a link (<A HREF...) to a file with blank in either the >>>directory or in the filename? >>> >>>I mean for example: <A HREF="/images/a b.gif">Open</A> >>> >>>I tried to create the link using URLEncoder.encode(..) but the created >>> >>link >> >>>didn't work either. >>> >>>Zsolt >>> >>>-- >>>Zsolt Koppany >>> >>>-- >>>To unsubscribe: <mailto:[EMAIL PROTECTED]> >>>For additional commands: <mailto:[EMAIL PROTECTED]> >>>Troubles with the list: <mailto:[EMAIL PROTECTED]> >>> >>> >>-- >>To unsubscribe: <mailto:[EMAIL PROTECTED]> >>For additional commands: <mailto:[EMAIL PROTECTED]> >>Troubles with the list: <mailto:[EMAIL PROTECTED]> >> > >-- >Lev Assinovsky Peterlink Web >Programmer St. Petersburg, Russia >Tel/Fax: +7 812 3275343 197022 ul.Chapigina 7� >E-mail: [EMAIL PROTECTED] > > > > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
