Skip to content

Instantly share code, notes, and snippets.

@flexd
Created February 10, 2012 10:20
Show Gist options
  • Save flexd/1788533 to your computer and use it in GitHub Desktop.
Save flexd/1788533 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<form name="form1" method="post" action="legginnavd.php">
<table width="100%" border="0">
<tr>
<td>DEPT NO:</td>
<td><input type="text" name="DEPTNO"></td>
</tr>
<tr>
<td>DEPT NAME:</td>
<td><input type="text" name="DNAME"></td>
</tr>
<tr>
<td>LOC:</td>
<td><input type="text" name="LOC"></td>
</tr>
<tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="Submit" value="Registrer" ></td>
</tr>
</table>
</form>
<a href= meny.html>Til menyen</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment