I have a form with some input fields and a save and a cancel button which is accessed through the web. Those two buttons do not have set anything in any event or the HTML tab. They are just like after being created. Just the name is changed.
The database has the option set to use JavaScript when generating pages.
I discoverd the following effect.
On the Save button make sure on the event ‘onClick’ is set to Web. Save the form and access it through a browser. The form looks normal.
Now make sure on the event ‘onClick’ is set to Client, save the form and access it again through the web.
The Save button has disappeared and Notes was generating a ‘Submit’ button.
What is the main difference between Web and Client? I thought it is what Domino will do when the form is accessed through a browser or client. But not that it is important which way you save it. Maybe I missunderstood something here.