proj-imim:
Re: "codebase" tag
Helmut Dersch 2000-May-29 19:20:54
Andrei Bodrov wrote:
>
>
> Can you describe - what's the best method for separate java-viewer
> source files and html/panoramas files.
>
Sorry, I don't have any good advice. There are varying
security restrictions on your own computer and on the server,
which add up to many problems.
Applets can fetch images only from the address they originate.
This restriction is applied by your browser, and may mean the
address of the applet's directory, or the address of the server the
applet is on.
The Server certainly has additional access restrictions, and
if there is a firewall in between, no image download is possible,
although the applet may get downloaded.
The best results are obtained if you put all files into
the same directory.
Regards
Helmut Dersch