aspose file tools
The moose likes Applets and the fly likes Applet's Security Warning Box Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet Watch "Applet New topic
Author

Applet's Security Warning Box

Waqas Tariq
Greenhorn

Joined: Nov 15, 2007
Posts: 17
hello,

Scenario:
I hava an html page containing Signed applet. When user access this html page from my webserver a 'Warning Security Box'(java's default) pop up automatically on his/her screen. If he/she clicks 'Run' button then my applet works exactly what i need.

Problem:
Now, the problem is: Is it possible to hide this 'Warning Security Box' ? So that user doesn't need to click 'Run' button

Best Regards,
Waqas Tariq Dar
Debabrat Nayak
Greenhorn

Joined: Oct 27, 2007
Posts: 3
You can have your applet signed by CA. If the applet can be verified then, this security warning will not show up.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Applet's Security Warning Box
 
Similar Threads
Is there any way to ???
WebPage can't run applet as signed after another signed applet is disabled
pass parameter from text box to applet
passing a parameter back to my HTML page from my applet
If a user clicks the close box (X) on an applet window