Eric Bednarz wrote:
> "Evertjan." <> writes:
>
>> Thomas 'PointedEars' Lahn wrote on 25 jan 2010 in comp.lang.javascript:
>
>>> Scott Sauyet wrote:
>
>>>> [OP, ed.]
>
>>>>>> Is there a way to know if the current page is a result of a get or
>>>>>> post?
>
>>>> var httpMethod = "<?php echo $_SERVER['REQUEST_METHOD']; ?>"
>>> See, there is a way 
>> No there is not.
>
> I read that as wanting to know the request method, and I would think
> that a HTTP server cannot resolve a resource and send response headers
> without knowing that.
>
> I wonder what you read.
The Elf read it exactly as it was written.
Is there a way to know? yes. No specification was given as to the entity
that was to do the determination.