Second please check the source code of your html result page. There you can see which ieEnroll.js is used. Please check this ieEnroll.js. This ieEnroll.js must allways contain the variable form.cert.value and not a simple cert.
in HTML sourcecode is the following path : /pub/scripts/C/ieEnroll.js which is the new script that i take from CVS when you change it
it contains if (form.cert.value == "") instead of if (cert == "") which was in the old one
Please check also in the source code of the html page that there is a hidden input field which include a PKCS#7 datastructure.
Yes, there is form hidden input field named cert with value that can by PKCS#7 datasctructure.
Frustrating. It looks like there is a problem with the form. Perhaps this.form in HTML.pm does not work. I attached a changed version of OpenCA::UI::HTML. It uses document.OPENCA and not this.form.
I hope that I get access to an IE tomorrow.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
HTML.pm
Description: Perl program
