Posted by Oliver Block on August 21, 2006, 9:15 am
Please log in for more thread options
Hello,
does anybody no, which the default action is (if no action attribute value
is assigned).
I didn't find anything in the TR yet.
Best Regards,
Oliver
--
Leben ist mehr als schneller - weiter - höher
<http://www.nak-nrw.de/p_6_4.html>
Posted by Rik on August 21, 2006, 9:24 am
Please log in for more thread options
Oliver Block wrote:
> Hello,
>
> does anybody no, which the default action is (if no action attribute
> value is assigned).
>
> I didn't find anything in the TR yet.
The same page most of the time, W3C states:
action = uri [CT]
This attribute specifies a form processing agent. User agent behavior
for a value other than an HTTP URI is undefined.
So, default browser behaviour, which is mostly the same page AFAIK, but can
differ between user agents. Conclusion is you should always set the action
attribute.
Grtz,
--
Rik Wasmus
Posted by Oliver Block on August 21, 2006, 9:36 am
Please log in for more thread options
Rik wrote:
> So, default browser behaviour, which is mostly the same page AFAIK, but
> can differ between user agents. Conclusion is you should always set the
> action attribute.
So action is by default 'base' I assume!?
Thank you.
Best Regards,
Oliver
--
Leben ist mehr als schneller - weiter - höher
<http://www.nak-nrw.de/p_6_4.html>
Posted by Harlan Messinger on August 21, 2006, 10:04 am
Please log in for more thread options
Oliver Block wrote:
> Rik wrote:
>
>> So, default browser behaviour, which is mostly the same page AFAIK, but
>> can differ between user agents. Conclusion is you should always set the
>> action attribute.
>
> So action is by default 'base' I assume!?
No idea what you mean by "base". As Rik said, there is no standard
default, and some but not necessarily all browsers use the current page
as the default.
Posted by Oliver Block on August 21, 2006, 11:30 am
Please log in for more thread options
Harlan Messinger wrote:
> Oliver Block wrote:
>> So action is by default 'base' I assume!?
>
> No idea what you mean by "base". As Rik said, there is no standard
> default, and some but not necessarily all browsers use the current page