Previous | Next | (P-PDF) JavaScript
Topic: Exit Submit Button
Conf: (P-PDF) JavaScript, Msg: 28623
From: J-Me
Date: 10/17/2001 02:47 AM
I have a submit button that has 2 actions. The first is a javascript call to a verify function. The second is a submit form action. What I'm trying to do is exit the submit button if the verify function is false. Right now it just executes the verify function, ignores the return value (of false) and then executes the submit form action. Can I use Approve.Exit() to stop the submit button, or is there some other function?