Advertisement
toyerek

index.html

Dec 4th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <charset="UTF-8">
  5. </head>
  6. <body>
  7. Podaj tutaj w pierwszym wejsciu cene a w drugim rabat.
  8. <form action="sprawdz.php" method="post">
  9. <input type="text" name="cena" /><br>
  10. <input type="text" name="rabat" /><br>
  11. <input type="submit" value="Sprawdz!" /><br>
  12. </form>
  13.  
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement