Java applet not found (problem in the official DOM testsuite)
Daniel Molkentin
molkentin at kde.org
Thu Dec 19 20:49:33 GMT 2002
On Thursday 19 December 2002 21:38, Koos Vriezen wrote:
>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.h
>>tml
>
>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+'>'); }
It doesn't work here. The error is "could not load IVR file". The guilty code
seems to be:
//everything else is panorama-specific...
document.write('<param name=file value="./sk3_2_384x.ivr">');
document.write('</applet>');
Cheers,
Daniel
More information about the kfm-devel
mailing list