Advertisement
ljukk

formular

Dec 16th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Untitled Document</title>
  5. </head>
  6. <body bgcolor="pink" >
  7.     <form method="get" action="spracuj.php">
  8.             Meno:<input type="text" name="meno"  /><br />
  9.             Priezvisko:<input type="text" name="priezvisko" /><br />
  10.             <input type="submit" value="Klikni na mna pre pozdrav" />  
  11.     </form>
  12.    
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement