问题描述
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><HTML><HEAD><scriptlanguage="javascript">varhh=0;varmm=0;varss=0;functionProgressBar(v){document.getElementById('Pointer').style.width=v+"%";if(hh>0){if(mm>0){document.getElementById('Lable_3').innerHTML=hh+"时"+mm+"分"+ss+"秒"+" "+v+"%";}}else{if(mm>0){document.getElementById('Lable_3').innerHTML=mm+"分"+ss+"秒"+" "+v+"%";}else{document.getElementById('Lable_3').innerHTML=ss+"秒"+" "+v+"%";}}document.getElementById('proright').className=(v>=100)?"proright2":"proright";}functionExecProgress(v){if(ss==60){mm=mm+1;if(mm==60){hh=hh+1;mm=0;}ss=0;}if(v==100){location.href="#";document.getElementById('Lable_3').innerHTML="完成!"+" "+(v)+"%";return;}else{ss=ss+1;v=v+1;ProgressBar(v);window.setTimeout("ExecProgress("+(v)+")",10);}}var_barpress;functionsetbar(){_barpress="<tablewidth='90%'border='0'align='center'cellpadding='0'cellspacing='0'><tr>";_barpress=_barpress+"<tdheight='30'align='left'valign='bottom'class='font4'style='border-bottom:1pxsolid#333333;'>";_barpress=_barpress+"程序正在执行中,请稍等......</td></tr><tr>";_barpress=_barpress+"<tdalign='left'valign='top'style='line-height:18px;padding-top:10px;'><tablewidth='100%'border='0'align='center'cellpadding='0'cellspacing='0'>";_barpress=_barpress+"<tr><tdalign='center'height='50'>";_barpress=_barpress+"<divstyle='width:300px;position:absolute;left:248px;top:68px;'>";_barpress=_barpress+"<divclass='proleft'></div>";_barpress=_barpress+"<divid='ProgressBar'style='width:250px'>";_barpress=_barpress+"<divid='Lable_3'style='PADDING-RIGHT:0px;PADDING-LEFT:0px;PADDING-BOTTOM:0px;MARGIN:0px;width:250px;PADDING-TOP:0px;TEXT-ALIGN:center'>0%</div>";_barpress=_barpress+"<divid='Pointer'style='width:0%'></div></div><divclass='proright'id='proright'></div></div>";_barpress=_barpress+"<scripttype='text/javascript'>ExecProgress(0);</"+"script><divstyle='display:none'><imgsrc='../images/mainbg.png'></div>";_barpress=_barpress+"<divstyle='display:none'><imgsrc='../images/city4.jpg'></div></td></tr><tr>";_barpress=_barpress+"<tdheight='50'align='left'valign='top'style='padding:10px0px;border-top:1pxsolid#333333;'></td>";_barpress=_barpress+"</tr></table></td></tr><tr><tdheight='80'align='right'valign='bottom'>";_barpress=_barpress+"<ahref='#'style='position:relative;'><imgsrc='../images/win_button_07.gif'name='Image21'width='71'height='26'border='0'id='Image21'/></a></td>";_barpress=_barpress+"</tr></table>";document.getElementById("bar").innerHTML=_barpress;}functionsetb(){document.getElementById("bar").innerHTML=document.getElementById("Text1").value;}</script><linkhref="../css/style.css"rel="stylesheet"type="text/css"/><linkhref="../css/loading.css"rel="stylesheet"type="text/css"/><linkhref="../css/toolbar.css"rel="stylesheet"type="text/css"/><styletype="text/css">}.img_28{background:url(../images/systembg1.png)topleftno-repeat!important;BACKGROUND:no-repeat;FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://192.168.1.123/images/systembg1.png');width:359px!important;width:359px;HEIGHT:141px;}</style></HEAD><BODY><table><tr><td><divid="bar"></div></td></tr><tr><td><divid="div1"></div></td></tr><tr><td><divid="Div2"></div></td></tr></table></BODY></HTML>
解决方案
解决方案二:
怎么没人回呀!
解决方案三:
我晕,,,详细一下,,那里不成功都没标出来
解决方案四:
...........
解决方案五:
加断点调试一下不就行了吗
解决方案六:
函数ExecProgress(0);执行不了
解决方案七:
急呀!