<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<form name="myform" method="post" action="">
请输入你的信息: <input type="text" name="info" />
<input type="submit" name="tijiao" value="提交" />
</form>
<%
response.write("你刚才输入的信息 : " & request.form("info"))
%>
</body>
</html>
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |