Jul 8, 2009 #1 jsulman Programmer Joined Jun 14, 2001 Messages 85 Location US Is there a way in a Java servlet that I can test to see if the browsers Javascript and cookies are enabled? Thanks in advance. Jeff Sulman
Is there a way in a Java servlet that I can test to see if the browsers Javascript and cookies are enabled? Thanks in advance. Jeff Sulman
Jul 8, 2009 #2 prosper Programmer Joined Sep 4, 2001 Messages 631 Location HK for detecting cookie http://www.purpletech.com/code/doc/com/purpletech/servlets/CookieDetector.html Upvote 0 Downvote
Jul 9, 2009 #3 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES Good method, but keep in mind that it will invoke two requests and the user will see something "strange". What about designing the starting page so it will send a hidden field with the data you need? Cheers, Dian Upvote 0 Downvote
Good method, but keep in mind that it will invoke two requests and the user will see something "strange". What about designing the starting page so it will send a hidden field with the data you need? Cheers, Dian