|
Perhaps I have found the
problem. In the script ./ra/var/www/htdocs/pub/scripts/it_IT/ieCSR.vbs
there is a line ******************************************************************************** else
set element =
document.createElement("OPZIONI")
element.text = name
element.value = name
document.OPENCA.csp.add(element)
prov
= prov + 1
end if
loop
document.OPENCA.elements[0].focus() ******************************************************************************* That should be ******************************************************************************* else
set element =
document.createElement("OPTION")
element.text = name
element.value = name ******************************************************************************* Bye Da:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Per conto di Alfonso Sparano Hi all, I’ve a problem with Italian language
and CSR. If I use English language I can chose between
different Cryptographic device. In Italian language I can chose only
“Default”. Have anyone the same problem? What is the problem? Regards, Alfonso Sparano |
- [Openca-Users] Problem with smart card and italian lan... Alfonso Sparano
- Re: [Openca-Users] Problem with smart card and it... gianluca meraviglia
- R: [Openca-Users] Problem with smart card and ita... Alfonso Sparano
