Re: What is better than ActiveX
- From: "Patrice" <http://www.chez.com/scribe/>
- Date: Wed, 3 Oct 2007 18:55:07 +0200
Actually it can but it has to be allowed by the user when the Java applet
runs (idem for .NET based controls or ActiveX). For a browser plugin this is
also implicitely done (by installing the plug in).
Basically whatever solution you choose and depending which level of control
you need on the client machine, the user will have to consent with giving
access under one form (question about giving trust to a signed applet file)
or another (by running a plug in setup).
Try :
http://www.developer.com/java/data/article.php/3303561 for the Java applet
part. Depending on what exactly you are doing this might be not necessary
(for example an applet/.NET control could store data in a private zone known
as "isolated storage" in which case the user doesn't need to give its
consent as the applet can't access elsewhere and also the size of this
storage location is limited).
--
Patrice
"bruce barker" <nospam@xxxxxxxxxx> a écrit dans le message de news:
eKwDmNdBIHA.484@xxxxxxxxxxxxxxxxxxxxxxx
java applets run in a sandbox and can not access client resources. if you
want to run unmanaged code, you need to write active/x for IE and a
browser plugin (same code for firefox, safari, opera and netscape).
-- bruce (sqlwork.com)
sklett wrote:
I think java applets or servlets or something can accomplish the same
thing.
"Yo mama" <aaa@xxxxxxx> wrote in message
news:79OMi.114$R95.67@xxxxxxxxxxxxxxxxxxxxxxx
Hi!
I know that ActiveX is an old technology. But it gives programmer
ability to read all resources on local machine from IE. I am using it in
one of my ASP.NET projects. Firefox can use ActiveX when you have
plug-in installed.
Is there anything ActiveX-like which is supported by all browsers?
Thanks
Hubertos
.
- References:
- What is better than ActiveX
- From: Yo mama
- Re: What is better than ActiveX
- From: sklett
- Re: What is better than ActiveX
- From: bruce barker
- What is better than ActiveX
- Prev by Date: Re: Snapshot image of website
- Next by Date: Re: Reading JavaScript File Issue
- Previous by thread: Re: What is better than ActiveX
- Next by thread: Re: What is better than ActiveX
- Index(es):
Relevant Pages
|