aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw4/strap012/MyForm.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--csci4131/hw4/strap012/MyForm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/csci4131/hw4/strap012/MyForm.html b/csci4131/hw4/strap012/MyForm.html
index 435965b..4000667 100644
--- a/csci4131/hw4/strap012/MyForm.html
+++ b/csci4131/hw4/strap012/MyForm.html
@@ -19,7 +19,7 @@
</table>
</nav><br>
<h2>Simple Form</h2>
- <form action="http://www-users.cselabs.umn.edu/~joh13266/echo.php/" method="post">
+ <form action="http://localhost:9001" method="post">
<p class="Form">
<label>Name:
<input name="name" pattern="[A-za-z0-9]+" required title="Contact's name must be alphanumeric." type="text" size="25" maxlength="30" id="name"><br><br>