<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <br>   >> 欢迎光临  <b> <br> <center> <br> <table border="1" cellpadding="0" cellspacing="0" width="55%" class="bortable1"> <tr> <td align="center" height="30" class="claBorTD1">用户登录</td> </tr> <tr> <td height="30" class="clsCardTD" height="130" > <FORM name="form1" action="/bbs/lcc.jsp" method=post> <table width="100%" align="center"> <tr> <td align="right" width="40%" height="40">用户名:</td><td><input style="width:160" name="loginName" value=""></td> </tr> <tr> <td align="right">密  码:</td><td><input type="password" style="width:160" name="password" value=""></td> </tr> <tr> <td align="right">Cookie:</td> <td> <select name="cookValue" style="width:120"> <option value="0" selected="selected">不保存</option> <option value="1">保存一天</option> <option value="2">保存一个月</option> <option value="3">保存半年</option> <option value="4">保存一年</option> </select> </td> </tr> </table> </form> </td> </tr> <tr> <td align="center" class="clsCardTD" height="40"><input onclick="loginCheck();" type="button" value="登录">      <input onclick="window.history.back();" type="button" value="取消"></td> </tr> </table> </center> <iframe name="cookIframe" id="cookIframe" width="0" height="0"></iframe> <br> <br> <br> <center> 桂ICP备05005008号 主办:玉林市人民政府 <br> 承办:玉林市信息化工作办公室 技术支持:玉林市信息中心 <br> 电话:0775-2828108,0775-2828118 传真:0775-2828108 <br>Email: webmaster@yulin.gov.cn </center> <script> function loginCheck(){ if(form1.loginName.value == ""){ alert("登录名不能为空"); form1.loginName.focus(); return; } else if(form1.password.value == ""){ alert("密码不能为空"); form1.password.focus(); return; } form1.target="cookIframe"; form1.submit(); } function reset(){ form1.password.value=""; } </script> </body> </html>