Jul 8, 2009 #1 jsulman Programmer Jun 14, 2001 85 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 Sep 4, 2001 631 HK for detecting cookie http://www.purpletech.com/code/doc/com/purpletech/servlets/CookieDetector.html Upvote 0 Downvote
Jul 9, 2009 #3 Diancecht Programmer Jan 8, 2004 4,042 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