用一个层,上面方一个你要显示的动画,在body开始时,设置为显示,结束时隐藏。只有在你的网页很大时才能看到效果。否则一闪击过,

解决方案 »

  1.   

    <html>
    <head>
    <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    <meta http-equiv="Refresh" content="1;URL=/expert/forum.asp">
    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <meta http-equiv="Content-Type" content="text/html" ; charset="gb2312">
    <title>CSDN_Login……</title>
    </head>
    <body onload=setTimeout("guagua()",500)>
    <br>
    <p align="center"><FONT COLOR="#FF0000">正在登陆…………</FONT>
    <script>
    function guagua()
    {window.location="xxx.htm";}
    </script>
    </body>
    </html>