This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Is there a way on the java server side to detect, if the javascript is enabled or disabled on the client m/c..
It would be great if somebody can give an example code.. i appreciate your help
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
7
posted
0
A rough outline would go like this: 1) Open a session on the first page you serve 2) in that page, include JavaScript code that will hit a particular URL. This needs to happen w/o the user doing anything, e.g. disguise it as an image URL. 3) in that URL, include a parameter that uniquely identifies the session from which the page was served 4) once that URL is requested, make a note in the session that JS is enabled