On Feb 9, 2011, at 5:37 PM, Panupat Chongstitwattana wrote:
>
> Fist thing that comes to mind is the http-user-agent. I'm not sure if
> javascript is stored in there but try print this via your browser
>
> os.environ.get("HTTP_USER_AGENT")
>
> see if that gives you anything.
You're more likely to see this in request.env, I think. But it won't tell you
if JavaScript is enabled. There's really no way to do that passively; you'll
have to use JavaScript itself, or perhaps the <noscript> tag, to probe for
JavaScript support.
>
>
> On Thu, Feb 10, 2011 at 3:31 AM, [email protected]
> <[email protected]> wrote:
>> The noScript-Tag works, but this way the database-query is executed. I would
>> like
>> to find about javascript in the request of the client.