<small id='JvNxE'></small><noframes id='JvNxE'>

<tfoot id='JvNxE'></tfoot>

    • <bdo id='JvNxE'></bdo><ul id='JvNxE'></ul>

    <legend id='JvNxE'><style id='JvNxE'><dir id='JvNxE'><q id='JvNxE'></q></dir></style></legend>

      1. <i id='JvNxE'><tr id='JvNxE'><dt id='JvNxE'><q id='JvNxE'><span id='JvNxE'><b id='JvNxE'><form id='JvNxE'><ins id='JvNxE'></ins><ul id='JvNxE'></ul><sub id='JvNxE'></sub></form><legend id='JvNxE'></legend><bdo id='JvNxE'><pre id='JvNxE'><center id='JvNxE'></center></pre></bdo></b><th id='JvNxE'></th></span></q></dt></tr></i><div id='JvNxE'><tfoot id='JvNxE'></tfoot><dl id='JvNxE'><fieldset id='JvNxE'></fieldset></dl></div>
      2. 记住 passowrd 在 ff 中有效,但在 ie 和 chrome 中无效

        remember passowrd works in ff but not in ie and chrome(记住 passowrd 在 ff 中有效,但在 ie 和 chrome 中无效)

      3. <i id='R7JIZ'><tr id='R7JIZ'><dt id='R7JIZ'><q id='R7JIZ'><span id='R7JIZ'><b id='R7JIZ'><form id='R7JIZ'><ins id='R7JIZ'></ins><ul id='R7JIZ'></ul><sub id='R7JIZ'></sub></form><legend id='R7JIZ'></legend><bdo id='R7JIZ'><pre id='R7JIZ'><center id='R7JIZ'></center></pre></bdo></b><th id='R7JIZ'></th></span></q></dt></tr></i><div id='R7JIZ'><tfoot id='R7JIZ'></tfoot><dl id='R7JIZ'><fieldset id='R7JIZ'></fieldset></dl></div>

        <small id='R7JIZ'></small><noframes id='R7JIZ'>

            <tbody id='R7JIZ'></tbody>
            • <bdo id='R7JIZ'></bdo><ul id='R7JIZ'></ul>
            • <legend id='R7JIZ'><style id='R7JIZ'><dir id='R7JIZ'><q id='R7JIZ'></q></dir></style></legend><tfoot id='R7JIZ'></tfoot>
                  本文介绍了记住 passowrd 在 ff 中有效,但在 ie 和 chrome 中无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  It seems that my html login form supports "remember password" in ff but not in ie and chrome. Can anybody tell me why? Here's the code:

                  <form name="login_form" id="login_form" action="" method="POST">
                      <div class="login_line">name<input name="user_name" id="user_name_id" size="16" maxlength="16" value="" type="text"></div>
                      <div class="login_line">password<input name="password" id="password_id" size="16" maxlength="16" type="password"></div>
                      <div class="login_line">&nbsp;<input class="icon icon_accept" value="login" onclick="javascript:handleFunction('action_login', document.getElementById('user_name_id').value, document.getElementById('password_id').value); return false;" type="submit"></div>
                  </form> <!-- login_form -->
                  

                  I've checked my settings in Chrome and IE.

                  解决方案

                  You might want to use onsubmit instead of onclick for forms... I'm not sure if pressing Enter on a textbox will fire onclick on all browsers.

                  <form name="login_form" id="login_form" action="" method="POST" onsubmit="handleFunction('action_login', document.getElementById('user_name_id').value, document.getElementById('password_id').value); return false;">
                      <div class="login_line">name<input name="user_name" id="user_name_id" size="16" maxlength="16" value="" type="text"></div>
                      <div class="login_line">password<input name="password" id="password_id" size="16" maxlength="16" type="password"></div>
                      <div class="login_line">&nbsp;<input class="icon icon_accept" value="login" type="submit"></div>
                  </form> <!-- login_form -->
                  

                  这篇关于记住 passowrd 在 ff 中有效,但在 ie 和 chrome 中无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  quot;Each child in an array should have a unique key propquot; only on first time render of page(“数组中的每个孩子都应该有一个唯一的 key prop仅在第一次呈现页面时)
                  How do I make a TextGeometry multiline? How do I put it inside a square so it wraps like html text does inside a div?(如何制作 TextGeometry 多线?如何将它放在一个正方形内,以便它像 html 文本一样包裹在 div 内?) - IT屋-程序员软件开发技术分享社
                  Scale background image to fit ie8 window(缩放背景图像以适合 ie8 窗口)
                  @fontface in IE7 (IETEster) not working properly(IE7 (IETEster) 中的@fontface 无法正常工作)
                  Safari 5.1 breaks CSS table cell spacing(Safari 5.1 打破 CSS 表格单元格间距)
                  Put in bold part of description in metatag Drupal module(将描述的粗体部分放在元标记 Drupal 模块中)
                    <legend id='D9Mba'><style id='D9Mba'><dir id='D9Mba'><q id='D9Mba'></q></dir></style></legend>
                    <tfoot id='D9Mba'></tfoot>
                        <tbody id='D9Mba'></tbody>
                    1. <small id='D9Mba'></small><noframes id='D9Mba'>

                      • <bdo id='D9Mba'></bdo><ul id='D9Mba'></ul>

                          1. <i id='D9Mba'><tr id='D9Mba'><dt id='D9Mba'><q id='D9Mba'><span id='D9Mba'><b id='D9Mba'><form id='D9Mba'><ins id='D9Mba'></ins><ul id='D9Mba'></ul><sub id='D9Mba'></sub></form><legend id='D9Mba'></legend><bdo id='D9Mba'><pre id='D9Mba'><center id='D9Mba'></center></pre></bdo></b><th id='D9Mba'></th></span></q></dt></tr></i><div id='D9Mba'><tfoot id='D9Mba'></tfoot><dl id='D9Mba'><fieldset id='D9Mba'></fieldset></dl></div>