<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
<tr>
<TD align="center" valign="top">
<p><FONT color="000000" face="Arial"><BR>
页面载入中,请等待</FONT></p>
<p><input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:black;
background-color
EAEAEA; padding:0px; border-style:none;">
<br>
<input type=text name=percent size=46 style="font-family:Arial; color:black;
background-color
EAEAEA;text-align:center; border-width:medium; border-style:none;">
<script>var bar = 0
var line = "||"
var amount ="||"
count()
function count(){
bar= bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",200);}
else
{window.location = "http://www.cdda.gov.cn/other/apple/index.htm";;}
}
</script></p></TD>
</tr>
</table>
</FORM>
Re:大虾看过来,如何把图片定义为提交.重置按钮,
提交:<input type="image" src="提交图片路径" value="确定" name="Submit" width="76" height="16">
重置:<img src="重置图片路径" onclick="document.表单名.reset();">


