Macemore
Circumcised pineapples
Well I set up this form on my website just to have some fun with it. and realized i couldn't get it to work
Here's the code:
This is the input area of the form, entering a password [doesn't lead you to a members area/store password]
Here's the form.html code:
In the form.html it just shows
Any help on this?
Here's the code:
This is the input area of the form, entering a password [doesn't lead you to a members area/store password]
HTML:
<form method="post" action="form.html">
Password: <input type="password" name="pwd" /><br />
<input type="submit" value="Submit" />
HTML:
<body>
Entering password:
<%
response.write(request.form("pwd"))
%>
</body>
In the form.html it just shows
Code:
Entering password: <% response.write(request.form("pwd")) %>