Home > Web Front-end > JS Tutorial > javascript实现的页面加载效果

javascript实现的页面加载效果

WBOY
Release: 2016-06-01 09:54:20
Original
1184 people have browsed it

源代码如下:

<code class="language-html">

<title>正在载入</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">


<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr> 
<form name="loading">
<td align="center"> 
<p><font color="gray">姝e</font></p>
</td>
</form>
</tr>
</table></code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template