Finally, I got it to work! I created an inline function to all the validatePrompt function.
fW._textEditBoxRange_C_From.onblur = function callValidatePrompt()
{
validatePrompt("Range_C_From");
}
Thanks for all the reads. I hope this helps ...
fW._textEditBoxRange_C_From.onblur = function callValidatePrompt()
{
validatePrompt("Range_C_From");
}
Thanks for all the reads. I hope this helps ...