[Javascript] action="insert"

David Dorward david at dorward.me.uk
Fri Feb 10 09:16:01 CST 2006


On Fri, Feb 10, 2006 at 10:12:06AM -0500, Falls, Travis D (HTSC, CASD) wrote:

> Good point Dave, It is hard to measure the saving in a server side
> check.  Compile code usually runs pretty fast.  I guess the time is
> in the page coming back stating you need to validate... ajax could
> fix that up though.

The time taken to do a round trip is going to be the same if you
submit the entire page or if you have an Ajaxy script do it. The
difference is that other stuff can be going on in the page while the
script runs. This could be a "more obvious then browser built in"
loading indicator (which can give the /illusion/ of being faster) or
could be the user working on something else (such as the next row of
data).

-- 
David Dorward                                      http://dorward.me.uk




More information about the Javascript mailing list