I'm using the Java Deployment Toolkit to deploy a java applet in an iframe.
javaDeploy.js automatically redirects the iframe to the java download page if the users browser does not have the plugin installed however I'd like to give some kind of notice to the user before this happens as its a little weird just to see the java download page there with no notice about why they're seeing it.
Is there any way of hooking into the javaDeploy.js process to display a notice before the iframe gets redirected?