> -----Original Message-----
> From: Nick McClure [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 02, 2005 2:29 PM
> To: CF-Community
> Subject: RE: new cf website...
> 
> How do you track that?

My client-side information tracker uses script to collect the information -
when I get no information it defaults to "no JavaScript".

In practice, on a page, you can have a hidden form field on the page - use a
small script to change its value.  On the action page check the value: if
it's changed you've got script.

You can do this on the log in page for a protected app to test at the
outset.

For a non-form page you could have a link something like this (from memory):

<a href="myPage.cfm?IsScript=False" onClick="document.location='
myPage.cfm?IsScript=True'">The Link</a>

The link works regardless of whether or not script is enabled, but has a
different query string.

This works well for "splash" pages.

Jim Davis





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:148918
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to