|
Posted by David Dorward on 01/19/06 21:09
Claude wrote:
> I'm checking out the source-code for a form designed with XML
Well... it looks more like HTML.
> , where there is no "action" defined, simply a "name" attribute in the
> <form> tag as below:
>
> <FORM METHOD="POST" ACTION="" name='xdata' >
There is an action, it is defined as "". I seem to recall that the rules for
expanding relative URLs means that this should point at the current
document, but some implementations treat it as href="./", so it is not good
practice.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|