brunobouko / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
0 stars 0 forks source link

eid-applet problems #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We are testing the eid-applet on several versions of browsers (ie,ff,chrome).  
Sometimes it works and sometimes it doesn't work (the browser freeze or it 
prompts to read informations,....).

I am using Coldfusion9 on a Windows server 2003

I use this code to read the identity card:
....
<cfsavecontent variable="jsEIDApplet">
<script src="http://www.java.com/js/deployJava.js"></script>
<script>
<!--
var attributes = 
{code:'be.belgium.eid.BEID_Applet.class',archive:'/Candidats/eidlib.jar',name:'B
EIDApplet',width:0,height:0};
var parameters = { Reader:'', OCSP:0, CRL:0, DisableWarning:true };
var version = '1.6';
deployJava.runApplet(attributes, parameters, version);

function ReadCard( wichForm ) { 
....

Does it exist parameters to enforce the applet to work in any case ?

Thanks for your help

Original issue reported on code.google.com by paolo.ca...@gial.be on 1 Dec 2011 at 8:46

GoogleCodeExporter commented 8 years ago
BEIDApplet is part of the eID Middleware. This has nothing to do with the new 
eID Applet. Report this issue at: http://code.google.com/p/eid-mw/

Original comment by frank.co...@gmail.com on 1 Dec 2011 at 9:01

GoogleCodeExporter commented 8 years ago
I tried to remove the "name:'BEIDApplet'" parameter but it doesn't work.

Could you provide me exactly the link to download the last version of the 
applet (with the documentation) ?

Thanks for your help

Original comment by paolo.ca...@gial.be on 1 Dec 2011 at 9:41