Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Testing if Javascript and Cookies are Enabled

Status
Not open for further replies.

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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top