My web site has two main pages: a welcome page and an
applet page.
To make the applet page load as quickly as possible, I included a small applet in the welcome page with the sole purpose of getting the jvm started, but that results in the welcome page taking too long to load...
Does anyone know of a reliable way to get the jvm to load *after* the page has loaded? I know, with javascript, I could use the onload event to write some applet code into the html, but I haven't had good results with this approach.
I've also tried using the onload event to popup another window that contains an applet but must popup blockers block it.
Anyone had any success in this area or have any ideas?
Cheers,
James