对于Internet Explorer,用户的电子邮件地址自动填充失败,但适用于FireFox和Safari

时间:2012-06-23 14:00:16

标签: html visual-studio-2010 internet-explorer

IE自动填充失败,但适用于Safari和FireFox。

我的VisualBasic2010网站的用户必须输入两次电子邮件地址才能登录。 但当他们回到网络上时,IE永远不会自动填充它。

这是什么在页面........

输入您的电子邮件地址: [文本框]

再次输入您的电子邮件地址: [文本框]

和这里的HTML ..........................

<input name="USER_EMAIL_ADDRESS1" type="text" id="USER_EMAIL_ADDRESS1" title="Your email address for your Prayer Shepherd account." style="width:385px;"/>
<br/>
&nbsp;&nbsp;&nbsp; <span id="LOGIN_STATUS_MESSAGE1" style="background-color:#FFFF80;"></span>
<br/>
<span id="EMAIL_AGAIN_LABEL" title="Entering your email address again confirms that it is correct.">Enter your email address again:<br>
</span>
<input name="USER_EMAIL_ADDRESS_AGAIN" type="text" id="USER_EMAIL_ADDRESS_AGAIN" title="Your email address again, to verify that it is correct." style="width:385px;"/>
<br/>
<input type="submit" name="LOGIN_BUTTON" value="Login..." id="LOGIN_BUTTON" title="Logs in and shows all commands." style="font-size:X-Small;"/>

1 个答案:

答案 0 :(得分:0)

你有哪个版本的IE?这个网站为IE8提供了解决这个问题的方法:

http://answers.microsoft.com/en-us/ie/forum/ie8-windows_other/ie8-auto-complete-not-working/28e05990-d80e-4edc-9271-299f1c61555e

你有没有在另一台电脑上试过这个?还可以尝试通过工具&gt;选项重置浏览器设置,也可以使用某些附加工具或工具栏停止自动填充,例如Google工具栏。