我用这段代码怎么不能登陆啊。。我是对照着教程做的
<form name="form1" id="form1" method="post" action="/e/enews/index.php"> <ul> <input type="hidden" name="enews" value="login"> <li> <img src="images/login_user.gif"></li> <li>用户名:<input name="username" id="username" size="12"/></li> <li><span>密 码:</span><input type="password" name="password" id="password" size="12"/></li> <li><span>验证码:</span><input name="key" type="text" id="key" size="6"><img src="/e/ShowKey?ecms"></li> <li><input type="submit" name="Submit" value="登陆"> <input type="button" name="button" value="注册" onclick="parent.location.href='/e/member/register';"> </li> </ul> </form>
|