Advertisement
Guest User

input

a guest
Aug 29th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <h3>Enter Width and Height of Rectangle</h3>
  2. <html>
  3.  
  4. <form action=output.php method=POST>
  5. <br>
  6. Length:<input typ="text" name="l">
  7. Width: <input type="text" name="w">
  8. <br>
  9. <br>
  10. <input type="submit" value="Calculate">
  11. </form>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement