Posted by Claude on 01/19/06 20:48
Hi
I'm checking out the source-code for a form designed with XML, where there
is no "action" defined, simply a "name" attribute in the <form> tag as
below:
<FORM METHOD="POST" ACTION="" name='xdata' >
the only other references to "xdata" are in the form validation function as
the document name (document.xdata.fieldname, etc).
How does this data actually get sent off if there is no action defined?
thanks for any hints...
Claude
[Back to original message]
|