Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Netscape6 fails to load applet if url of HTML file contains slash (escaped) in QS

0 views
Skip to first unread message

Amir J. Katz

unread,
Jun 20, 2001, 3:13:51 AM6/20/01
to
Hi,

The problem description:
Netscape6 fails to load applet if URL of HTML file contains slash
(escaped) in QS.

Example: <http://localhost/ns6/test2.htm?a=b%2fc>

The same works fine in Netscape4.7 and IE.

The reason: Netscape tries to open incorrect applet: "Opening
<http://localhost/ns6/test2.htm?a=b/Applet1.class>"
instead of Opening "<http://localhost/ns6/Applet1.class>"

We tried adding
<base href="<http://localhost/ns6/>">
but this doesn't help.

Martin Honnen

unread,
Jun 20, 2001, 6:31:25 AM6/20/01
to
This doesn't have to do anything with JavaScript, or has it?

--

Martin Honnen
http://javascript.faqts.com/
http://home.t-online.de/home/martin.honnen/jsgoddies.html

Neil

unread,
Jun 20, 2001, 7:47:13 AM6/20/01
to
Amir J. Katz wrote:

>We tried adding
> <base href="<http://localhost/ns6/>">
>but this doesn't help.
>

I think this has been fixed for 6.1

0 new messages