• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet's Security Warning Box

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can have your applet signed by CA. If the applet can be verified then, this security warning will not show up.
 
reply
    Bookmark Topic Watch Topic
  • New Topic