| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>无标题文档</title>
- <link href="login.css" type="text/css" rel="stylesheet" />
- <script>
- if (top.location !== self.location)
- {
- top.location=self.location;
- }
- </script>
- <script language="javascript">
- function LogChk(){
- if (document.theForm.UserName.value=="") {
- alert ("必须输入您的用户名!");
- return false;}
-
- if (document.theForm.PassWord.value=="") {
- alert ("必须输入您的密码!");
- return false;}
- if (document.theForm.NumCode.value=="") {
- alert ("必须输入您的验证码!");
- return false;}
- return true;
- }
- </script>
- <style type="text/css">
- <!--
- a:link {
- color: #0b4871;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #0b4871;
- }
- a:hover {
- text-decoration: none;
- }
- a:active {
- text-decoration: none;
- color: #0b4871;
- }
- -->
- </style></head>
- <body>
- <div id="body">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><img src="images/logo_01.jpg" width="1000px" height="193" /></td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="317" rowspan="4"><img src="images/logo_03.jpg" width="317" height="235" /></td>
- <td width="150" rowspan="4"><img src="images/logo_04.jpg" width="150" height="235" /></td>
- <td height="61px" colspan="3"><img src="images/logo_05.jpg" width="218" height="61" /></td>
- <td width="315" rowspan="4"><img src="images/logo_06.jpg" width="315" height="235" /></td>
- </tr>
- <form action="bdcommx/LogChk.asp" method="post" name="theForm" onsubmit="return LogChk()">
- <tr>
- <td height="107px" colspan="3" background="images/logo_07.jpg"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="26%" align="right" valign="middle">用户名:</td>
- <td colspan="2"><label>
- <input name="UserName" type="text" id="UserName" class="input" maxlength="30" />
- </label></td>
- <td width="6%"> </td>
- </tr>
- <tr>
- <td align="right" valign="middle">密 码:</td>
- <td colspan="2"><label>
- <input name="PassWord" type="password" id="PassWord" size="10" maxlength="30" class="input"/>
- </label></td>
- <td> </td>
- </tr>
- <tr>
- <td align="right" valign="middle">验证码:</td>
- <td width="35%"><label>
- <input type="text" name="NumCode" id="NumCode" class="input1" / >
- </label></td>
- <td width="33%"><img name="" src="bdcommx/getcode.asp" alt="" /></td>
- <td> </td>
- </tr>
- </table></td>
- </tr>
- <tr >
- <td width="27" height="27px" background="images/logo_08.jpg"></td>
- <td width="81" background="images/logo_08.jpg"><input type="image" name="submit" src="images/denglu.png" onClick="return check();" ></td>
- <td width="110" background="images/logo_08.jpg" style="background-position:right"><input type="image" name="submit" src="images/quxiao.png" onclick="document.formName.reset()"></td>
- </tr></form>
- <tr>
- <td height="40px" colspan="3" align="center" background="images/logo_09.jpg">版权所有:<a href="http://www.xafch.com">西安凤巢网络</a></td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="32%"><img src="images/logo_10.jpg" width="317" height="272" /></td>
- <td width="37%"><img src="images/logo_11.jpg" width="368" height="272" /></td>
- <td width="31%"><img src="images/logo_12.jpg" width="315" height="272" /></td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|