摘要:
/***绘制简单百分比进度条*barId进度条span的ID*fPercent完成的百分数*strCaption标题*iHeight高度*iUnit最小单位*bgcolor背景颜色*border边框样式*cursor光标样式*/functionSimplePercent(barId,fPercent,strCaption,iHeight,iUnit,bgcolor,border,cursor){varpBar=document.all(barId);if(pBar){pBar.title=strCaption+fPercent+"%";pBar.innerHTML=&quo 阅读全文
posted @ 2008-11-30 11:20 X龙 阅读(1146) 评论(0) 推荐(0) 编辑