Ajax style of a Web page loading effect _ajax related

Source: Internet
Author: User

Now a more popular AJAX-style web page loading, see more in a number of Web sites using AJAX technology, page load will automatically show the message, with load animation effect, the page loaded automatically disappear, is a loading feature of the Web page progress bar.

<textarea id="runcode36790"><ptml></P> <P><pead> <title>Loading</title> <style type= "Text/css" > Body{background-color: #000;} #content {Display:none} #loadbox {position:absolute;top:50%;left:50%;margin-left:- 68px;margin-top:-36px;width:222px;height:58px;text-align:center;} #loadbox span{display:block;width:222px;height:32px;text-align:center;color: #CCC; font-size:9pt;} </style> <script type= "Text/javascript" > document.write (' <div id= ' loadbox ' ><span> page load) Please wait ... </span ></div> '); Window.onload = function () {document.getElementById (' Loadbox '). style.display= "None"; document.getElementById (' Content '). style.display= "Block"; } </script> </pead> <body> <div id= "content" ><iframe src= "#" Width= "$" height= "360" Marginwidth= "0" marginheight= "0" hspace= "0" vspace= "0" frameborder= "0" scrolling= "no" ></iframe></div > </body> </ptml></textarea>
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.