Base64:如何在IE7中显示图像? (ASP.net/VB.net)
我正在 ASP.net/VB 中生成验证码。 除了 IE 7 之外,一切都运行良好。
我需要在 IE7 中显示我的验证码。
我怎样才能做到这一点? 我的 img src
以 data:image/png;base64,
开头。
有没有办法用 jQuery 和一点点 VB 来实现?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 MHTML 来解决 IE 7 的问题。
有关说明和示例,请访问 < a href="http://www.phpied.com/mhtml-when-you-need-data-uris-in-ie7-and-under/" rel="nofollow">MHTML – 当您需要数据时:URIs IE7 和下。
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.