<!DOCTYPE html>
<html>
<body>
<form method="GET" action="get.asp">
Name: <input type="text" name="name">
<input type="submit" value="Save">
</form>
</body>
</html>
<%
response.write("Your name is "& Request.QueryString("name"))
%>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment