Guest User

Untitled

a guest
Nov 26th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. <li>
  2. <a href="javascript:;" onclick="loadmsg16()">
  3. <center>
  4. <div>
  5. <strong>
  6. <span class=" label label-danger">
  7. </strong>
  8. </div>
  9. </center>
  10. <div style="width:80%; text-align:center; margin:auto;">lllllllllll</div>
  11. </a>
  12. </li>
  13. <script>
  14. function loadmsg16() {
  15. var xhttp = new XMLHttpRequest();
  16. xhttp.onreadystatechange = function() {
  17. if (this.readyState == 4 && this.status == 200) {
  18. document.getElementById("page-wrapper").innerHTML =
  19. this.responseText;
  20. }
  21. };
  22. xhttp.open("GET", "/LinkMonster/viewmsg.php?msg_id=16", true);
  23. xhttp.send();
  24. }
  25. </script>
  26. <li class="divider"></li>
  27. <li>
  28. <a href="javascript:;" onclick="loadmsg14()">
  29. <center>
  30. <div>
  31. <strong>
  32. <span class=" label label-danger">
  33. </strong>
  34. </div>
  35. </center>
  36. <div style="width:80%; text-align:center; margin:auto;">sdfsdf</div>
  37. </a>
  38. </li>
  39. <script>
  40. function loadmsg14() {
  41. var xhttp = new XMLHttpRequest();
  42. xhttp.onreadystatechange = function() {
  43. if (this.readyState == 4 && this.status == 200) {
  44. document.getElementById("page-wrapper").innerHTML =
  45. this.responseText;
  46. }
  47. };
  48. xhttp.open("GET", "/LinkMonster/viewmsg.php?msg_id=14", true);
  49. xhttp.send();
  50. }
  51. </script>
  52. <li class="divider"></li>
  53. <li>
  54. <a href="javascript:;" onclick="loadmsg15()">
  55. <center>
  56. <div>
  57. <strong>
  58. <span class=" label label-danger">
  59. </strong>
  60. </div>
  61. </center>
  62. <div style="width:80%; text-align:center; margin:auto;">kl;lk;kl;</div>
  63. </a>
  64. </li>
  65. <script>
  66. function loadmsg15() {
  67. var xhttp = new XMLHttpRequest();
  68. xhttp.onreadystatechange = function() {
  69. if (this.readyState == 4 && this.status == 200) {
  70. document.getElementById("page-wrapper").innerHTML =
  71. this.responseText;
  72. }
  73. };
  74. xhttp.open("GET", "/LinkMonster/viewmsg.php?msg_id=15", true);
  75. xhttp.send();
  76. }
  77. </script>
  78. <li class="divider"></li>
  79. <li>
  80. <a href="javascript:;" onclick="loadmsg17()">
  81. <center>
  82. <div>
  83. <strong>
  84. <span class=" label label-danger">
  85. </strong>
  86. </div>
  87. </center>
  88. <div style="width:80%; text-align:center; margin:auto;">hhhhhhhhhhhh</div>
  89. </a>
  90. </li>
  91. <script>
  92. function loadmsg17() {
  93. var xhttp = new XMLHttpRequest();
  94. xhttp.onreadystatechange = function() {
  95. if (this.readyState == 4 && this.status == 200) {
  96. document.getElementById("page-wrapper").innerHTML =
  97. this.responseText;
  98. }
  99. };
  100. xhttp.open("GET", "/LinkMonster/viewmsg.php?msg_id=17", true);
  101. xhttp.send();
  102. }
  103. </script>
Advertisement
Add Comment
Please, Sign In to add comment