I’m generating captchas in ASP.net/VB.
Everything is working well except in IE 7.
I need to display my captchas in IE7.
How can I do that?
My img src starts with data:image/png;base64,.
Is there a way with jQuery and a little bit VB?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use MHTML to work around the problem for IE 7.
An explanation and example is available at MHTML – when you need data: URIs in IE7 and under.