Re: Multiple java applet with firefox
On Jul 14, 11:01 pm, Narendra Sisodiya <narendra.sisod...@gmail.com>
wrote:
....
Please note that, ..
Please note that it is not necessary to quote the
/entire/ post when replying. Please trim replies.
..I cannot change any of this code, ..
Perhaps not, but the problem really lies with the
server.
Having said that, it is /possible/ to create a
'local' page that embeds applets from 'foreign'
sites. It should work so long as the applets do
not try to fetch resources relative to the
document base (but fetching resources relative
to the code base, or class path, would work
just fine).
Another caveat, given the interaction with JS
implied by the MAYSCRIPT declaration, is that
the JS does not do anything relying on being
served from the original site (e.g. cookies,
relative references to resources..).
*But really, you should get the people who control
the page, to fix it.* There are better ways to
deploy applets with a minimum JRE now, using the
deployJava.js by Sun.
--
Andrew T.
pscode.org