【发布时间】:2011-07-07 07:57:46
【问题描述】:
我在 jsp 中使用this 验证码。我使用 iframe 通过以下代码调用 jsp:
<iframe id="captchaframe" align="center" name="captchaframe" src="captcha.jsp" width="120" height="40" scrolling="no"
frameborder="0" marginheight="-10" marginwidth="-10"/></iframe>
使用资源管理器,一切都像这张图片一样:
但在 Firefox 中,字符变成了与这张图片完全一样的东西:
我该如何解决这个问题?
【问题讨论】:
标签: firefox jsp cross-browser captcha