當(dāng)幸福來(lái)敲門

          我就會(huì)牢牢抓住!
          隨筆 - 50, 文章 - 3, 評(píng)論 - 8, 引用 - 0
          數(shù)據(jù)加載中……

          關(guān)于登錄界面 記住用戶名和密碼的一段代碼

          Cookie cookies[]=request.getCookies();
              Cookie stCookie=null;
              String password=null;
              String passwordvalue=null;
              String usernamevalue=null;
              String cookiename = null;
              String nameandpassword[]=new String[3];
              if (cookies != null) {
             for (int i = 0; i < cookies.length; i++) {
              stCookie = cookies[i];
              cookiename = stCookie.getName();
              if (cookiename!=null && cookiename.equalsIgnoreCase("db_password")) {
               passwordvalue = stCookie.getValue();
               password = passwordvalue;//.substring(8, passwordvalue.length()-3);
               nameandpassword[1] = password.trim();
              }
              if (cookiename!=null && cookiename.equalsIgnoreCase("db_username")) {
               usernamevalue = stCookie.getValue();
               nameandpassword[0] = usernamevalue.trim();
              }
              }
           }





          <body>
          <p>
                 <label for="LoginName">
                  用戶名 / 郵箱:
                 </label>
                 <input class="text" type="text" id="LoginName" name="LoginName"
                  value="<%=nameandpassword[0]==null?"":nameandpassword[0] %>" />
                </p>
                <p>
                 <label for="Password">
                  密碼:
                 </label>
                 <input class="text" type="password" value="<%=nameandpassword[1]==null?"":nameandpassword[1] %>" name="Password" id="Password" />
                </p>


          </body>

          posted on 2013-11-01 15:08 wyx 閱讀(318) 評(píng)論(0)  編輯  收藏


          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 寿光市| 庄浪县| 克山县| 高要市| 徐州市| 和田市| 宁阳县| 墨竹工卡县| 阳曲县| 团风县| 康马县| 山丹县| 渭源县| 丰台区| 睢宁县| 财经| 大洼县| 敖汉旗| 平阳县| 濉溪县| 临城县| 昂仁县| 宜城市| 井冈山市| 遂昌县| 文化| 扶沟县| 延庆县| 文登市| 普兰县| 黄浦区| 彭州市| 扎鲁特旗| 鄄城县| 唐海县| 九台市| 松阳县| 胶南市| 宁津县| 扶沟县| 宜昌市|