Currently, the popular Ajax-style webpage Loading is mostly found in some websites that use a large number of Ajax technologies. When Loading a page, a prompt message is automatically displayed, with the Loading animation effect, the webpage automatically disappears after Loading. It is a webpage progress bar with the Loading function.
<Html> </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> </pead> <body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]