Re: Extension methods & XMLHttpRequest

Jamie Lokier schrieb:
> ...
> In particular as you raise the point of POST requiring "user
> intervention", if there is really is a need for user intervention the
> recommendation ought to give guidance on what that means.
> ...


I guess what it means is that a user agent should not send a POST 
request unless the user has clicked on a button (something that stands 
out from a regular link). That's also why allowing form.submit or 
XHR.send() from within a script running "onload" is problematic.

Best regards, Julian

Received on Monday, 12 June 2006 13:06:02 UTC