รายละเอียดของการตอบ ::
ขอบคุณมากครับ พอดีเขียนใหม่ประมาณนี้ครับ
<script language="JavaScript">
function fncSum() {
var x1=parseInt(document.getElementById("a").value);
var x2=parseInt(document.getElementById("txt_lsum").value);
if(x2 > x1){
document.getElementById("txt_lsum").value = "error";
}
else{
document.getElementById("txt_lsum");
}
document.frmMain.txt_tssum.value = parseFloat(document.frmMain.a.value) - parseFloat(document.frmMain.txt_lsum.value);
}