Robert,

Sorry for my confusion, but are you developing an IE interface to
the CAPI with Javascript or VBScript in order to successfully
generate a certificate request and install the cert using CryptoAPI
in Windows?

Best Regards,

Kevin Elliott

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Robert
Hannemann
Sent: Tuesday, July 31, 2001 6:30 AM
To: [EMAIL PROTECTED]
Subject: [Openca-Users] ie_enroll.scp


Hello, 

in the ie_enroll.scp there are the following lines

      if( checkField( myForm.locality, "Organization" )) {
              szName += ", L=" + myForm.locality.value;                 

and 

      if( checkField( myForm.state, "Organization" )) {
              szName += ", S=" + myForm.organization.value; 

is it o.k. to check against "Organization" and in the second part to
append the organization value ?

Also i get an error (in the browser bottom-line ) when i confirm the
ie-cert request with an IE - nothing happens when i press "continue" .
How can i watch those errors ( any log files ) ?

Thanks for your help,

Robert

_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/openca-users


_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to