joepeacock
Programmer
Hello,
I am using an applet called "AppletFile" for uploading files to a web page. The applet has a feature to redirect the user to an alternate page if they choose to not install the applet when prompted.
On that page, I need to explain that the applet is necessary to use the service, and provide a link to go back to where they were and install the applet.
However, when the user clicks to go to the other page, they are not given the choice to install the applet. They are just bounced back to the alternate page. I tried a javascript back link and a direct link to the page, with the same results. I can get the install security warning to come up again if I clear my browser cache, but using meta tags to prevent the page from caching in the first place is not working.
Are there any tricks I don't know about to throw the security warning every time the applet tries to run if it hasn't been installed yet?
Thanks,
Joe
I am using an applet called "AppletFile" for uploading files to a web page. The applet has a feature to redirect the user to an alternate page if they choose to not install the applet when prompted.
On that page, I need to explain that the applet is necessary to use the service, and provide a link to go back to where they were and install the applet.
However, when the user clicks to go to the other page, they are not given the choice to install the applet. They are just bounced back to the alternate page. I tried a javascript back link and a direct link to the page, with the same results. I can get the install security warning to come up again if I clear my browser cache, but using meta tags to prevent the page from caching in the first place is not working.
Are there any tricks I don't know about to throw the security warning every time the applet tries to run if it hasn't been installed yet?
Thanks,
Joe