logo

Search Results for "Submit"

This page is showing results 1 to 10 of 19

The form Submit method and event

Anybody with any programming experience starting to use JavaScript would expect that when they call a form's submit() method the corresponding onSubmit() event would be triggered. This is not the cas...

2 Nov 2000 | Keywords: Form, submit, onsubmit, validate | Read »

Stop double form submissions

I bet the impatient amongst us have clicked a "Submit" button, waited a while, assumed nothing is happening, then pressed it again. I know I have. The effect of such actions depend on the timing of t...

9 Nov 2000 | Keywords: Submit, Button | Read »

Remind users to save their forms

Continuing my trend of articles trying to show how web-applications can be made more user friendly, this article introduces another common feature to the web-app. Almost all applications have some so...

15 Feb 2001 | Keywords: window, close, save, form | Read »

Server-Side Error Validation

Whether you like it or not, it's easy for a user to bypass your JavaScript data validation on the web. This article describes an alternative which will keep the hackers at bay....

28 Jun 2004 | Keywords: error, server-side, validation | Read »

Improving Form Performance

When submitting a form, more often than not, we follow by redirecting the user to a new page. This new page can be created dynamically but this leaves little power over the look of the page. It is mu...

15 Oct 2001 | Keywords: performance, return, submit, get, post | Read »

Creating a dynamic, re-usable message form

Telling a user what they have just done may seem a little obvious and maybe even unnecessary. Imagine an application that never confirmed to the user that something had happened. They would soon get ...

12 Aug 2001 | Keywords: message, confirm | Read »

Fixing the Domino CheckBox Bug

The fact that Domino has a bug shouldn't really come as a shock to any of us. Any software application of that size is bound to have one or two. What is shocking is that Domino R5 has a bug that show...

27 Nov 2002 | Keywords: Bug, CheckBox, POST, form | Read »

Effective use of the FileCloseWindow Command

When designing forms in domino we can easily use some of the same standard actions that we would use in the Notes Client i.e. EditDocument, FileSave, FileCloseWindow. Domino can then translate these ...

18 Oct 2000 | Keywords: View, Close, Submit, URL | Read »

Creating In-line Response Documents

More often that not a Domino database will have some type of parent-child document relationship. When the authoring of such documents is implemented in the browser I think we should all be familiar w...

20 Aug 2002 | Keywords: Response, Form, CreateDocument | Read »

Processing multiple documents from a view

As Domino has matured over the years, the number of features only available to the Notes Client developer has decreased. For example, one feature of the Lotus Notes client is the ability to select do...

28 Jan 2003 | Keywords: View, checkbox, GET, POST, process, Agent | Read »

  Page 1 of 2 Next 9 Results »

Search Again