I’m using the onSubmit event to validate fields in a form when saving and by returning “false” if there’s an error (ie. blank field, etc) the Web client correctly abandons the save. However when run in the Notes client, although the validation works the “return false” seems to be ignored and the it still prompts whether to save or not. I want to use the same code if possible between clients so how do I get the Notes client to abandon save via the onSubmit function using Common Javascript?