Validanguage Test Case #6 — Dynamically Populated (Post-Render) Form Validation
This page is a proof of concept. Choose one of the three forms to dynamically
"create" a new form in the active form DIV. You will see that the validations,
specified in validanguage comments, are applied to the newly created form.
This functionality works in all tested browsers except konqueror. Konqueror does not
include HTML comments in the DOM and thus if you wish to apply validation to a form
post-render AND support konqueror, you must use the object-based API. For forms included
in the original HTML for the page, validanguage parses the actual source code to
make the Comment API work in konqueror, but this hack won't work post-render.
Active Form:
Select form contents below by clicking on an option.