[PHP] JavaScript Enabled?

2004-03-29 Thread Richard Davey
Hi all, Can anyone suggest a suitable means for detecting if a client browser has JavaScript enabled or not? I know this isn't exactly PHP related, but I need to make sure my PHP script offers an alternative in a friendly way and not a JS error, but I just wondered if there was a foolproof

RE: [PHP] JavaScript Enabled?

2004-03-29 Thread Rich Gray
Can anyone suggest a suitable means for detecting if a client browser has JavaScript enabled or not? I know this isn't exactly PHP related, but I need to make sure my PHP script offers an alternative in a friendly way and not a JS error, but I just wondered if there was a foolproof method of

Re[2]: [PHP] JavaScript Enabled?

2004-03-29 Thread Richard Davey
Hello Rich, Monday, March 29, 2004, 2:51:18 PM, you wrote: RG Er ... how do you generate a JS error with a JS disabled browser? Maybe I should have said JS related error. For example - on vBulletin (a $160 BBS package) if you have JavaScript disabled the drop-down Forum Tools link does

Re: Re[2]: [PHP] JavaScript Enabled?

2004-03-29 Thread Mark
--- Richard Davey [EMAIL PROTECTED] wrote: snip Hmmm.. not a bad idea. I was thinking of some kind of intermediary script, where it can run a check to see if JS is there or not (via whatever method possible) and then redirect accordingly. I'll have an experiment and (further!) searches to