如图:
我做了一个页面 main.php 上传到空间中,源代码如下:
<!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=gb2312" />
<title>无标题文档</title>
<link rel="stylesheet" type="text/css" href="data/cache/style_1_common.css?m2C" />
<link rel="stylesheet" type="text/css" href="data/cache/style_1_forum_index.css?m2C" />
<script type="text/javascript">
var STYLEID = '1', STATICURL = 'static/', IMGDIR = 'static/image/common', VERHASH = 'm2C', charset = 'gbk', discuz_uid = '0', cookiepre = 'PdEe_2132_', cookiedomain = '', cookiepath = '/', showusercard = '1', attackevasive = '0', disallowfloat = 'newthread', creditnotice = '1|威望|,2|源元|,3|贡献|,4|源宝|,5|魅力|', defaultstyle = '', REPORTURL = 'aHR0cDovL3l1YW50YW4uZ290b2lwNC5jb20vZm9ydW0ucGhw', SITEURL = 'http://yuantan.gotoip4.com/';</script>
<script src="static/js/common.js?m2C" type="text/javascript"></script><link rel="alternate" type="application/rss+xml" title="源坛网——源潭论坛,源潭社区,潜山县源潭镇,源潭人,中国刷业基地" href="http://yuantan.gotoip4.com/forum.php?mod=rss&auth=0" />
<script src="static/js/forum.js?m2C" type="text/javascript"></script>
</head>
<body>
<form method="post" autocomplete="off" id="lsform" action="member.php?mod=logging&action=login&loginsubmit=yes&infloat=yes">
<div class="fastlg cl">
<span id="return_ls" style="display:none"></span>
<div class="fastlg_fm y pns">
<p>
<label for="ls_username"></label>
</p>
<table width="670" border="0">
<tr>
<td><img src="http_1].jpg" width="670" height="446" /></td>
</tr>
<tr>
<td><label for="ls_username">帐号</label>
<input type="text" name="username" id="ls_username" class="px vm" value="UID/用户名/Email" tabindex="901" />
<label for="ls_password">密码</label>
<input type="password" name="password" id="ls_password" class="px vm" autocomplete="off" tabindex="902" />
<button type="submit" class="pn vm"><em>登录</em></button>
<a href="http://yuantan.gotoip4.com/member.php?mod=register" class="xi2">注册</a>
<label for="ls_password"></label>
<input type="hidden" name="quickforward" value="yes" />
<input type="hidden" name="handlekey" value="ls" /></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
可是输入用户名和密码,点击登录后后又回到这个页面,没有跳转。请问各位老师是怎么回事?
|