Created
February 10, 2012 10:20
-
-
Save flexd/1788533 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> </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