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
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,
> dependi
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
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.
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 Roberts