diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2022-05-24 11:18:46 -0500 | 
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2022-05-24 11:19:55 -0500 | 
| commit | 7a73162607544204032aa66cce755daf21edebda (patch) | |
| tree | 58578e01f15f34a855d99c32898db9d7a1603e67 /OLD/csci4131/hw2/strap012/MyForm.html | |
| parent | do some stuff (diff) | |
| download | homework-7a73162607544204032aa66cce755daf21edebda.tar homework-7a73162607544204032aa66cce755daf21edebda.tar.gz homework-7a73162607544204032aa66cce755daf21edebda.tar.bz2 homework-7a73162607544204032aa66cce755daf21edebda.tar.lz homework-7a73162607544204032aa66cce755daf21edebda.tar.xz homework-7a73162607544204032aa66cce755daf21edebda.tar.zst homework-7a73162607544204032aa66cce755daf21edebda.zip  | |
Graduate
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'OLD/csci4131/hw2/strap012/MyForm.html')
| -rw-r--r-- | OLD/csci4131/hw2/strap012/MyForm.html | 50 | 
1 files changed, 0 insertions, 50 deletions
diff --git a/OLD/csci4131/hw2/strap012/MyForm.html b/OLD/csci4131/hw2/strap012/MyForm.html deleted file mode 100644 index 261d8df..0000000 --- a/OLD/csci4131/hw2/strap012/MyForm.html +++ /dev/null @@ -1,50 +0,0 @@ -<!DOCTYPE html> -<html lang="en-US"> - -<head> -    <meta charset="utf-8"> -    <title>There is no form</title> -    <link rel="stylesheet" href="style.css"> -</head> -<body> -    <nav> -        <table> -            <tr> -                <td class="linkTable"><a href="./myWidgets.html">myWidgets</a></td> -                <td class="linkTable"><a href="./myContacts.html">myContacts</a></td> -                <td class="linkTable"><a href="./MyForm.html">MyForm</a></td> -            </tr> -        </table> -    </nav><br> -    <h2>Simple Form</h2> -    <form action="http://www-users.cselabs.umn.edu/~joh13266/echo.php/" 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> -            </label> -            <label>Category: -            	<select name="category" required id="category" size=3> -            		<option value="Personal">Personal</option> -  			<option value="Academic">Academic</option> -                	<option value="Industry">Industry</option> -            	</select><br><br> -            </label> -            <label>Location: -            <input name="location" required type="text" size="25" maxlength="250" id="location"><br><br> -            </label> -            <label>Contact Information: -            <input name="contact" required size="25" maxlength="250" id="contact"><br><br> -            </label> -            <label>Email: -                <input name="email" required Type="email" size="25" maxlength="30" id="email"><br><br> -            </label> -            <label> URL -                <input name="website" required Type="url" size="25" maxlength="30" id="website"><br> -            </label> -        </p> -        <p> -            <input type="submit" value="Submit"> -            <input type="reset" value="Clear"> -        </p> -    </form> -</body>  | 
