[ale] javascript question

Mike Harrison meuon at geeklabs.com
Fri Aug 7 14:53:01 EDT 2009


> Suggestions?  I'm trying to not rebuild the page by hand with the
> pre-populated fields, but that might be what I have to do.

Do it server-side and give them back a filled in form.

Relying on Javascript for this will get you a lot of garbage.

And anything you use Javascript for input validation on,
needs to be double checked on the server as well.
You can NOT assume that the clients JavaScript will
work.. or work properly.







More information about the Ale mailing list