Re: [EMAIL PROTECTED] Detecting Javascript via Apache 2

2005-12-28 Thread Sean Davis
On 12/27/05 6:49 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all. Is it possible for apache 2.0 to detect if a browser has javascript enabled when a page is requested, and then passing this value to PHP? This would allow me to serve different page content, depending on

Re: [EMAIL PROTECTED] Detecting Javascript via Apache 2

2005-12-28 Thread httpd2
Thankyou Sean and others for all the replies. I will check out the folowing: http://www.w3schools.com/js/default.asp And more specifically here: http://www.w3schools.com/js/js_howto.asp http://www.w3schools.com/js/js_browser.asp Regards - Keith Roberts

[EMAIL PROTECTED] Detecting Javascript via Apache 2

2005-12-27 Thread httpd2
Hi all. Is it possible for apache 2.0 to detect if a browser has javascript enabled when a page is requested, and then passing this value to PHP? This would allow me to serve different page content, depending on whether the user's browser has javascript enabled or not. Regard Keith

Re: [EMAIL PROTECTED] Detecting Javascript via Apache 2

2005-12-27 Thread Boysenberry Payne
You probably want to assume it doesn't then if it does set a cookie or establish it via link or by using javascript to tell php it does and save it in the session. Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Dec 27, 2005, at 5:49 PM, [EMAIL PROTECTED] wrote: Hi all.

Re: [EMAIL PROTECTED] Detecting Javascript via Apache 2

2005-12-27 Thread Octavian Rasnita
From: [EMAIL PROTECTED] Hi all. Is it possible for apache 2.0 to detect if a browser has javascript enabled when a page is requested, and then passing this value to PHP? This would allow me to serve different page content, depending on whether the user's browser has javascript enabled