RE: [PHP] Detecting Javascript (was Re: Newsgroup status)

2011-04-28 Thread Jay Blanchard
[snip] this isn't possible [/snip] Welcome to the world of progressive enhancement! http://www.alistapart.com/articles/understandingprogressiveenhancement/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Detecting Javascript (was Re: Newsgroup status)

2011-04-27 Thread Geoff Lane
On Wednesday, April 27, 2011, Ashley Sheridan wrote: > Firstly, please do not hijack a thread, if you have a question, start > your own. We won't bite if you create new threads, whereas we might a > little if you hijack ;) Ouch! My apologies - Hijacking was not intended and I've changed the subj

RE: [PHP] Detecting JavaScript

2001-02-26 Thread Dan Olsen
: [EMAIL PROTECTED] Cc: php Subject: Re: [PHP] Detecting JavaScript Nothing tested, just off the top of my head. The single most reliable way to do that would be to have a page that runs JavaScript. For instance, if the JavaScript executes, it redirects to your JavaScript enabled page, if not, the

Re: [PHP] Detecting JavaScript

2001-02-26 Thread Dave Goodrich
01 05:37:17 +0100 > To: "Php-General@Lists. Php. Net" <[EMAIL PROTECTED]> > Subject: [PHP] Detecting JavaScript > > Who can give me a PHP-Script to > detect if JavaScript is enabled? > > It should work with both, IE and NN! > > thanks > > -- > Ihr WE

Re: [PHP] Detecting JavaScript

2001-02-25 Thread Trevor DeVore
PHP won't be able to tell you if JavaScript is enabled or not. PHP can only determine what version of JavaScript is supported based on the browser information provided in HTTP_USER_AGENT. Trevor DeVore Blue Mango Multimedia > > > > > > > Who can give me a PHP-Script to > > > > detect if Ja

Re: [PHP] Detecting JavaScript

2001-02-24 Thread Mitchell Hagerty
wps didn't check to see what was in my paste buffer sorry: http://www.asphyxia.com/ mitch - Original Message - From: Ed Lazor <[EMAIL PROTECTED]> Date: Saturday, February 24, 2001 11:12 pm Subject: Re: [PHP] Detecting JavaScript > I couldn't find anything abou

Re: [PHP] Detecting JavaScript

2001-02-24 Thread Mitchell Hagerty
I think phpclient sniffer can do that... found here: http://www.php.net/manual/en/ref.imap.php mitch - Original Message - From: Jochen K?chelin <[EMAIL PROTECTED]> Date: Saturday, February 24, 2001 10:37 pm Subject: [PHP] Detecting JavaScript > Who can give me a PHP-Script to

[PHP] Detecting JavaScript

2001-02-24 Thread Jochen Kächelin
Who can give me a PHP-Script to detect if JavaScript is enabled? It should work with both, IE and NN! thanks -- Ihr WEBberater Stuttgarter Str.3, D-73033 Göppingen Tel. +49(0)7161-929594 - Fax. +49(0)7161-929598 http://www.wa-p.de ** mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http