Hi, In order to handle the formcalc exception, you have to call click
event of submit button. Its a wierd thing, but no other go. Take the
value of Get function in a textField like, txtFld1 =
Get(http://despaiqo001.development.local:4001/crossdomain.xml); (Use
FormCalc)Then, to check the validity of that value, check the value of
txtFld1 in another textField and in exception case, call click event of
submit button. Dont give any URL in the submit button.Use
JavaScripttxtFld2 = txtFld1.rawValue;i...