Advertisement
Guest User

index

a guest
Feb 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title></title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. </head>
  13. <body>
  14.  
  15. <form action="NewServlet" method="post">
  16. ENTER A NUMBER1 : <input type="text" name="text"><br><br>
  17. ENTER A NUMBER2 : <input type="text" name="text1"><br><br>
  18. <input type="submit" value="ADD" name="btn">
  19. <input type="submit" value="SUB" name="btn">
  20. <input type="submit" value="MUL" name="btn">
  21. <input type="submit" value="DIV" name="btn">
  22.  
  23. </form>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement