日期:2014-05-17 浏览次数:20816 次
<%@ page contentType="text/html" pageEncoding="GBK"%>
<html>
<head><title>login</title></head>
<body>
<form action="welcome.jsp" method="post">
用户名:<input type="text" name="uname" value="show"/><br />
密 码:<input type="text" name="pass"/><br />
<input type="submit" value="提交"/><input type="reset" value="重置"/><br />
</form>
<%=request.getParameter("uname")%>
</body>
</html>