[whatwg] A thought: <a href="..." method="post">
    Kornel Lesinski 
    kornel at ldreams.net
       
    Wed May 11 03:50:02 PDT 2005
    
    
  
On Wed, 11 May 2005 11:28:25 +0100, Mark Wubben <markwubben at gmail.com>  
wrote:
> An example:
>
>     <a href="/delete/$id/confirm" action="/delete/$id"  
> method="post">delete</a>
>
> What do you think?
That it doesn't look like data to send using POST method.
I'm afraid that in most cases it will be used as:
<a href="#" action="/delete/$id" method="post">delete</a>
So there must be something that requires authors to use it properly...
-- 
regards, Kornel Lesinski
    
    
More information about the whatwg-whatwg.org
mailing list