Yong Kheng Foo 6.Apr.12 07:12 AM a Web browser Notes ClientAll ReleasesWindows XP
Dear all expert,
I have some number fields but I need to use javascript to add up all the values together just like an calculator before user can actually submit the document.
I try to create a computed text with the formula @sum(field1+filed2...). but how do I pass this computed test to the submit button with JS as below:
if( computed text > 123) {
alert("The amount had exceeded")
return false;
}
return true;