一个控件对象为this
var thisValue=isNaN(obj.value)?0:parseFloat(obj.value);
保留小数位数
thisValue.toFixed(2)
无提示关闭窗口
function CloseWin() {
window.opener=null;
//window.opener=top;
window.open("","_self");
window.close();
}
一个控件对象为this
var thisValue=isNaN(obj.value)?0:parseFloat(obj.value);
保留小数位数
thisValue.toFixed(2)
无提示关闭窗口
function CloseWin() {
window.opener=null;
//window.opener=top;
window.open("","_self");
window.close();
}