Click to See Complete Forum and Search --> : cookies/javascript


jrthor2
07-19-2005, 01:17 PM
Does anyone know how I can check to see if cookies and javascript are enabled on the users browser, and if not, send them to a customer help page using jsf?

A1ien51
07-19-2005, 02:17 PM
set a cookie, check for the value, if it is not there then send them to the page.

Eric