Field validation for a Web-based application
I need to do field validation for an application that is accessed from the Web. I have a graphic submit button which has an action hotspot @Command(FileSave). I am developing it in Domino 4.6. I have written some Javascript but I'm not sure how to fire it. I wrote on the form itself. I have something like onsubmit in the form HTML attributes but don't know the exact syntax of the code. I would really appreciate if I can get some detailed information on how to get this working.
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
onClick="your_js();" On 4.6 you may need to just add this to the HTML attributes doing something like this: "javascript:your_js();"
Dig Deeper
-
People who read this also read...
This was first published in October 2002