is it possible to access the information of what has been clicked in the HTTPS/SSL dialog? I am making a request to a ssl-webservice which shows a dialog if the request should be made. If the user clicks on "no", the request fails and the user should get an information, that he has to click "yes".
Do you know a solution?
For now I would make the request and check, if it fails - if so, I would make an alert message and make another request and so on... But maybe there is a better/simplier solution for that problem?
What is a https/ssl dialog? Do you open a new window? ==> window.open("https://somehttpsurl")
If so, the opener reference could help you.
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
I have no idea, if and how you can read the clicked button in this system window....
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)