|
偶尔能成功,但再试就不行了。不知道为什么。
以下是返回的数据,麻烦高手看看怎么回事?谢谢-
- <!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=gbk" />
- <title>SupeSite Control Panel</title>
- <link id="mastercss" rel="stylesheet" href="admin/images/style.css" type="text/css" media="screen" />
- <style type="text/css">
- * { word-break: break-all; word-wrap: break-word; }
- body { background: #FFF; color: #000; text-align: center; line-height: 1.5em; }
- body, h1, h2, h3, h4, h5, p, ul, dl, ol, form, fieldset { margin: 0; padding: 0; }
- body, td, input, textarea, select, button { font-size: 12px; font-family: Verdana,Arial,Helvetica,sans-serif; }
- ul { list-style: none; }
- cite { font-style: normal; }
- a { color: #46498E; text-decoration: none; }
- a:hover { text-decoration: underline; }
- a img { border: none; }
- /*布局*/
- #wrap { margin: 0 auto; padding: 0 2px; width: 1000px; text-align: left; }
- #header { position: relative; height: 80px; border-bottom: 5px solid #B7C6F5; }
- #header h2, #topmenu, #menu { position: absolute; }
- #header h2 { left: 0; bottom: 10px; }
- #topmenu { right: 1em; bottom: 3.5em; }
- #menu { right: 1em; bottom: -5px; line-height: 28px; }
- #menu li { float: left; padding: 2px 1em; }
- #menu li.active { padding-top: 0; border: solid #B7C6F5; border-width: 2px 1px 0; background: #FFF; }
- .mainarea { float: right; width: 100%; margin-left: -150px; }
- .maininner { margin-left: 170px; }
- .side { float: left; width: 150px; }
- #content { margin: 1em 0;}
- .title { margin-bottom: 10px; padding-bottom: 0.5em; border-bottom: 1px solid #B7C6F5;}
- .title h1, .title h3 { padding: 0.6em 0 0.2em 0; font-size: 1.17em; }
- .footactions { margin: 0 0 1em; padding: 0.5em; border: 2px solid #B7C6F5; border-top: 0px; }
- /*\*/ * html .footactions { height: 1%; } /**/ * > .footactions { overflow: hidden; }
- .footactions .pages { float: right; }
- .footactions a { margin-right:12px;}
- /*细线边框区域*/
- .bdrcontent { padding: 1em; border: 2px solid #B7C6F5; zoom: 1; }
- #footer { clear: both; padding: 1em 0; color: #939393; text-align: center; }
- #footer p { font-size: 0.83em; }
- #footer .menu a { padding: 0 1em; }
- </style>
- <script type="text/javascript">
- var siteUrl = "http://localhost:1108/ss";
- </script>
- <script src="http://localhost:1108/ss/include/js/ajax.js" type="text/javascript" language="javascript"></script>
- <script src="http://localhost:1108/ss/include/js/common.js" type="text/javascript" language="javascript"></script>
- </head>
- <body style="background: #FFF; color: #000; font: 75% Arial, Helvetica, sans-serif;">
- <div style="position: absolute; left: 50%; top: 50%; width: 500px; height: 230px; margin-left: -250px; margin-top: -115px;">
- <div style="border: 1px solid #CCC; background: #EEE; padding: 5px; text-align:left;">
- <form method="post" name="login" action="http://localhost:1108/ss/admincp.php" style="background: #FFF url(http://localhost:1108/ss/admin/images/loginlogo.gif) no-repeat 40px 50%; margin: 0; padding: 20px 0 20px 180px;">
- <input type="hidden" name="formhash" value="83e549d5" />
- <fieldset style="border: none; border-left: 1px solid #EEE; padding-left: 3em;">
- <p style="margin: 0.5em 0;">登录为:<strong>admin</strong> <a href="http://localhost:1108/ss/batch.login.php?action=logout" target="_blank">退出</a></p>
- <p style="margin: 0.5em 0;">密 码:<input type="password" id="admin_password" name="admin_password" tabindex="2" style="width: 10em; border: 1px solid #CCC; padding: 4px 2px;"></p>
- <p style="margin: 0.5em 0;"> <input type="submit" class="button" name="dologinbtn" value="登录管理平台" style="background: #DDD; border-top: 1px solid #EEE; border-right: 1px solid #BBB; border-bottom: 1px solid #BBB; border-left: 1px solid #EEE; padding: 3px; cursor: pointer;" /></p>
- </fieldset>
- <input type="hidden" name="dologin" value="yes" />
- </form>
- </div>
- <p style="margin: 0.5em 0; text-align: center; font-size: 10px;">
- Powered by <a href="http://www.supesite.com" target="_blank" style="color: #006"><b>SupeSite</b></a> 7.5© 2001-2009 <a href="http://www.comsenz.com" target="_blank" style="color: #006">Comsenz Inc.</a>
- </p>
- </div>
- </body>
- </html>
复制代码 |
|