Java applet not found (problem in the official DOM testsuite)

Koos Vriezen koos.vriezen at xs4all.nl
Thu Dec 19 20:38:55 GMT 2002


On Thu, 19 Dec 2002, Daniel Molkentin wrote:

> On Thursday 19 December 2002 21:16, Koos Vriezen wrote:
> >
> >I think kjas has troubles with file://
>
> Random (probably unrelated but similar) kjas problem:
>
> I got a similar with an applet that specifies an path relative the current url
> using "./path/.
>
> Page is at:
> http://www.swr3.de/startpage/index.html?/info/intern/studios/baden-baden.html

Works for me. Where is that rel. path? I only see

if (myBrowser == 'Netscape' && myVersion < 4.0) {
	document.write('<applet archive="lpjpanoNS3.zip" code="pano.class" width='+viewerWidth+' height='+viewerHeight+'>');
} else {
	document.write('<applet archive="lpjpano.zip" code="pano.class" width='+viewerWidth+' height='+viewerHeight+'>');
}


>
> Cheers,
>   Daniel
>





More information about the kfm-devel mailing list