电脑故障

位置:IT落伍者 >> 电脑故障 >> 浏览文章

点击按钮后,出现事件处理等待过程.


发布日期:2023/6/30
 

脚本说明:

把如下代码加入<body>区域中

<script language=javascript>

function do_totals()

{

documentallpleasewaitScreenstylepixelTop = (documentbodyscrollTop + );

documentallpleasewaitScreenstylevisibility=visible;

windowsetTimeout(do_totals());

}

function do_totals()

{

lengthy_calculation();

documentallpleasewaitScreenstylevisibility=hidden;

}

function lengthy_calculation()

{

var xy

for(x=;x<;x++)

{

y += (x * y) / (y x);

}

}

</script>

<DIV ID=pleasewaitScreen STYLE=position:absolute;zindex:;top:%;left:%;visibility:hidden>

<TABLE BGCOLOR=# BORDER= BORDERCOLOR=# CELLPADDING= CELLSPACING= HEIGHT= WIDTH= ID=Table>

<TR>

<TD WIDTH=% HEIGHT=% BGCOLOR=silver ALIGN=CENTER VALIGN=MIDDLE>

<FONT FACE=Arial SIZE= COLOR=blue><B>正在处理中<br>

请稍等</B></FONT>

</TD>

</TR>

</TABLE>

</DIV>

<p align=center>

<input type=button name=btn_calc value=处理等待 onclick=do_totals()>

</p>

上一篇:用 IBM Holosofx 进行业务流程管理

下一篇:从右到左的文字