Advertisement
Guest User

CODIGO CALC.HTM

a guest
Sep 21st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <html> <head> <title>CALC.HTM -> Envia los datos a Sumar (a y b) al programa Calc.php</title> </head> <body> <form name="calc" action="calc.php" method="POST"> A : <input type="text" name="a" size="10"> B : <input type="text" name="b" size="10"> <input type="submit" value="enviar"> </form> </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement