IntelliJ Java IDE
The moose likes Applets and the fly likes Trusted Applet Not Using Plugin Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Trusted Applet Not Using Plugin" Watch "Trusted Applet Not Using Plugin" New topic
Author

Trusted Applet Not Using Plugin

Matt DeLacey
Ranch Hand

Joined: Oct 12, 2000
Posts: 318
Hey all,
I want to create a trusted applet that runs on the web (viewable by Netscape and/or (preferably or) IE. However, I don't want to insist that visitors have a VM other than that which exists in their browsers. Is it possible to create a trusted applet that can run in Netscape and IE without using the plugin? I want to write data to a file on the server from the the applet.

With Respect,
Matt
maateen ashraf
Ranch Hand

Joined: Jan 08, 2001
Posts: 122
u cannt write the file untill ur applet is signed by the www.w3c.com
which is standred organization which makes the applet signed
try to send ur code there & request them to make ur applet signed
they'll provide u with security safe certificate
which meanes that ur applet is not harmfull to browsers
try it
hope it will help u out
Matt DeLacey
Ranch Hand

Joined: Oct 12, 2000
Posts: 318
Thanks for your reply, but recpectfully, that's not what I was asking. I was asking if your applet has to be run in a browser that has the plugin i.e. can you make a trusted applet that runs in browsers that do NOT have the plugin.

With Respect,
Matt
 
IntelliJ Java IDE
 
subject: Trusted Applet Not Using Plugin
 
Threads others viewed
Trusted Applets
How to create a trusted applet ?
"document.applets[0].name" does not work in Netscape???
Using a treeview in IE and Netscape without plug-ins
Internet Explorer exits when accessing an applet (when using memory plugin settings)
IntelliJ Java IDE