TobNil

Untitled

Mar 21st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Test av front-end för school2</title>
  5. </head>
  6. <body>
  7. <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
  8. <script type="text/javascript" src="DÄR DITT JS-SCRIPT LIGGER/VAD DITT SCRIPT HETER.js"></script>
  9.  
  10. <button id="btnTest">TEST!</button>
  11. <form id="studentForm">
  12.  
  13. <label>Id:</label>
  14. <input type="text" id="studentId" name="studentId" disabled />
  15.  
  16. <label>First name:</label>
  17. <input type="text" id="studentFirstName" name="studentFirstName" required>
  18.  
  19. <label>Last name:</label>
  20. <input type="text" id="studentLastName" name="studentLastName"/>
  21.  
  22. <label>Age:</label>
  23. <input type="text" id="studentAge" name="studentAge"/>
  24.  
  25. <button id="btnSave">Save</button>
  26. </form>
  27.  
  28. </body>
  29. </html>
Add Comment
Please, Sign In to add comment