> Im going nuts trying to figure this one out, I have a form with about 110
> fields (ya i know), there is lots of server side validation, if an input
> error occurs I CFABORT and give the user a JavaScript back button to go
> back an correct the input. On some users PC the form gets cleared on
> other PC's it does not. I also use some of the CF built in validation
> (_required) so the user has to use the browser back button, same thing
> happens on some of these peoples browsers. Of coarse it does not happen
> on mine. I setup a few test forms for the problems users and it things
> work ok. These users are all using IE 5.x, any one else have such
problems,
> could it be the large number of INPUT fields? any browser settings?
> registry settings? Voodoo dances? anything?
Late input on this, but... DON'T!
Having a "Back" to the form is the ugliest form of validation and also the
laziest
If you're running on a secure connection and the user has their browser as I
have mine set-up (don't store secure pages in cache) then you have to
re-type the whole form... how many users will you lose to this?
Re-present the form with their entries and hilight the ones that are wrong
I'm in the midst of working on a "public" version of an editor I wrote which
will do all of the validation for you, and put the info into a database (as
well as displaying/sorting lists) - if you can wait a few days, I'll send
you something to look at...
Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists