Click the submit button to display loading

From , 3 Years ago, written in JavaScript, viewed 54 times.
URL https://pastebin.vip/view/63dfdeb1
  1. <style>
  2. #loading {
  3.         position:absolute;
  4.         width:500px;
  5.         height:50px;
  6.         top:50%;
  7.         left:50%;
  8.         margin: -25px -150px;
  9.         background-color:#FFFFFF;
  10.         border:1px solid #CCCCCC;
  11.         text-align:center;
  12.         padding:20px;
  13. }
  14. </style>
  15. <div id="loading" style="display:none">
  16. <img src="image/ajax.gif" />  Loading...
  17. </div>
  18. <a href="#" onclick="document.getElementById('loading').style.display='';">test</a>
  19. //javascript/4033

Reply to "Click the submit button to display loading"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website