Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <div class>
  2.  
  3.  
  4.  
  5. <div class="content">
  6.  
  7. <h1>Register</h1>
  8.  
  9. <form id="register-form" action="/new" method="post">
  10. <input id="inputUniversityName" type="text" placeholder="UniversityName" value=""/>
  11. <input id="inputName" type="text" placeholder="Name" value=""/>
  12. <input id="inputStudents" type="text" placeholder="Students" value=""/>
  13. <input id="inputCourses" type="text" placeholder="Courses" value=""/>
  14. <input id="inputYear" type="text" placeholder="Year" value=""/>
  15. <input id="registration_btn" type="submit" value="Register" onClick="storeProgram()"/>
  16.  
  17. </form>
  18.  
  19. <h2>Show user</h2>
  20. <input id="list_programs_btn" type="submit" value="Show programs" onClick="showProgram()"/>
  21.  
  22. <h2>Clear user</h2>-->
  23. <input id="clear_programs_btn" type="submit" value="Clear program" onClick="clearProgram()"/>
  24.  
  25. </div>
  26. </div>
  27.  
  28. <script src="program.js"> </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement