var str=document.form1.Price.value;
re=/^([1-9]\d*|0|)\.\d{2}$/
if(!re.test(str))
{alert("价格格式不正确!请填写比如:1.22");
document.form1.Price.value="";
document.form1.Price.focus();
return false;}
中国足彩网信息请查看IT技术专栏