Hello again

earlier today I asked about detecting whether javascript is enabled on the
visitor's browser (bellow are the question and answeres received). I'd like
to clear - I do not want to take any following actions - I'd just like to
detect this for statistial purposes
(as is released into http://extremetracking.com/open;sum?login=bissclub for
instance).

So I cannot see and use of <noscript> or <script src="file.js"></script> .

All day long I'm digging any newsgroups I can think out but didn't find any
solution. Is this a hard question or no one is using such detections? Or I
do not search the right groups?

All the best

Ivo

> Hi
>
> I've fillowing (dull perhaps) question:
>
> Could I chanck somehow whether the browser has script enabled. I'd like to
> use it for my statistics.
> I saw such into http://www.extreme-dm.com/tracking/ free tracking service.
>
> Thank you.
>
> Ivo

"Todor Stoyanov" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> use the <noscript></noscript>   tag
>
>
> "Ivo Stoykov" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi
> >
> > I've fillowing (dull perhaps) question:
> >
> > Could I chanck somehow whether the browser has script enabled. I'd like
to
> > use it for my statistics.
> > I saw such into http://www.extreme-dm.com/tracking/ free tracking
service.
> >
> > Thank you.
> >
> > Ivo
> >
> >
>
>


"Martin Thoma" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hm, the easiest way would be, try
> <SCRIPT LANGUAGE="Javascript" SRC="myfile.js"></SCRIPT>
>
> where myfile.js contains simply nothing. Everytime the file is downloaded,
> someone uses Javascript.
>
>





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to