Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>La Boutique Cassee</title>
  4. <link rel="stylesheet" type="text/css" href="web.css">
  5. <script src="web.js"></script>
  6. </head>
  7. <body>
  8. <header>
  9. <p>
  10. <img style="float; right;" src="http://redsox.uoa.auckland.ac.nz/BC/Open/Service.svc/logo" alt="logo" width="150"/>
  11. </p>
  12. <table style="width: 100%;">
  13. <tr>
  14. <td id="TabA" class="center" onclick="showHometab();">
  15. Home
  16. </td>
  17. <td id="TabB" class="center" onclick="showTabB();">
  18. Blurays
  19. </td>
  20. <td id="TabC" class="center" onclick="showTabC();">
  21. Books
  22. </td>
  23. <td id="TabD" class="center" onclick="showTabD();">
  24. Register
  25. </td>
  26. <td id="TabE" class="center" onclick="showTabE();">
  27. Guest book
  28. </td>
  29. </tr>
  30. </table>
  31. <hr />
  32. <hr />
  33. </header>
  34. <div id="SectionA">
  35. <section>
  36. <p>
  37. Welcome to New Zealand's Leading book and bluray store. We pride oursleves on providing the best bargains in the country.
  38. <br />
  39. <br />
  40. Please feel free to check out what we have in store. You may even get more than what you bargained for.
  41. </p>
  42. </section>
  43. </div>
  44. <div id="SectionB">
  45. <section>
  46. <input onkeyup = "searchbluray()" type="text" id="searchbr"></input>
  47. <table id="showbrTab"></table>
  48. </section>
  49. </div>
  50. <div id="SectionC">
  51. <section>
  52. <input onkeyup = "searchbooklist()" type="text" id="searchbl"></input>
  53. <table id="bookl"></table>
  54. </section>
  55. </div>
  56. <div id="SectionD">
  57. <section>
  58. <p>
  59. Username: <input type="text" id="Username" name="Username"><br><br>
  60. Password: <input type="text" id="Pw" value="password" name="Password"><br><br>
  61. Address: <input type="text" id="Address" name="Address"><br><br>
  62. <button onclick="Register()">Register</button><br><br>
  63. </p>
  64. </section>
  65. </div>
  66. <div id="SectionE">
  67. <section>
  68. <p>
  69. Your comments:<br>
  70. <textarea placeholder="Place feedback here..." id="comment" rows="6" cols="70" name="comment"></textarea><br><br>
  71. Name: <input type="text" id="name" name="username"><br><br>
  72. <button onclick="Save()">Save</button><br><br>
  73. Recent Entries<br>
  74. <iframe id="com" src="http://redsox.uoa.auckland.ac.nz/BC/Open/Service.svc/htmlcomments"></iframe>
  75. </p>
  76. </section>
  77. </div>
  78. </body>
  79. </html>
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. <!-- https://www.w3schools.com/xml/dom_httprequest.asp -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement