//四舍五入,保留制定小数位数     
   function round(a_num , a_bit)
    {
      return( math.round(a_num * math.pow (10 , a_bit)) / math.pow(10 , a_bit))  ;
    } 
//关闭窗口代码(不会弹出提示)
<OBJECT id=closes type="application/x-oleobject" class>关闭本窗口</a>

相关文章: