HTML で開発されたユーザー名とパスワードを持つログイン ページがあり、両方のフィールドで autocomplete="on" を有効にしました。Firefox では問題なく動作しますが、Chrome と IE8 では動作しません。[コンテンツ] タブの [ユーザー名とパスワードのフォーム] で設定を行いましたが、それでも「パスワードを忘れないでください..」と聞かれません。
コード:
<form method="post" action="sample.jsp" id="form_connection" onsubmit="return loginSubmit();">
<a href="#" class="buttonConnection connection_off" tabindex="3"><span class="tr text">connection</span></a>
<div class="error_on"><span class="tr">errorFields</span></div>
</td>
</tr>
</tbody>
</table>
<!--Style it according to your need -->
<input type="submit" value=" Login ">
</form>
どんな助けでも大歓迎です。