用http-equiv='refresh' 添加等待提示

来源:互联网 发布:oracle sql convert 编辑:程序博客网 时间:2024/06/06 08:40
       
        Response.Write("<table width='386' height='176' border='0' align='center' cellpadding='0' cellspacing='0' background='http://my.863171.com/images/winting.jpg'>");
        Response.Write("<tr><td><table width='100%' height='50'  border='0' cellpadding='0' cellspacing='0'>");
        Response.Write("<tr><td width='24%' valign='bottom'><div align='center'></div></td>");
        Response.Write("<td width='14%' valign='bottom'><div align='center'>");
        Response.Write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='37' height='52'>");
        Response.Write("<param name='movie' value='http://my.863171.com/images/loading.swf'>");
        Response.Write("<param name='quality' value='high'>");
        Response.Write("<embed src='http://my.863171.com/images/loading.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='37' height='52'></embed>");
        Response.Write("</object>");
        Response.Write("</div></td>");
        Response.Write("<td width='62%'> </td>");
        Response.Write("</tr></table></td>");
        Response.Write("</tr></table>");
        Response.Flush();
        Response.Write(("<meta http-equiv='refresh' content='3;url=Index.html' />"));
        Response.End();
注意content的内容格式不要写错。
原创粉丝点击