Hi all
Maybe a very simple question but i cant seem to get my head round it
I have created a page (auth.html) which uses javascript to read a smartcard certificate, and then authenticate the contents in the smartcard against the users PIN code, this is working fine, and I have a JS function that returns the users id and the smartcard certificate number
I have created another asp.net page that can authenticate the user id and the certificate number using an SQL database
My problem (and I am really stuck) is how to send the user id and smartcard number from the first page to the asp.net page
Any clues please?
Regards