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

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
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 page does a refresh to a non JavaScript enabled page. tester>

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 > detect