Posted By:
Axel_Richter
Posted On:
Monday, December 5, 2005 02:05 AM
Hi,
with JavaScript you can run over all elements in your form on submit (onsubmit). Then you can set empty text-fields disabled. Fields that are disabled, are not
successful controls. Thus will not submitted.
Example:
"http://www.w3.org/TR/html4/strict.dtd">
remove empty fields
But so you are depended on JavaScript. The better way is IMHO, to split the long form into smaller parts, that can individually be submitted.
Greetings
Axel