Hi, Im making a web app in c# asp.net and Im trying to detect weather or not the users browser has Java enabled!
im aware of Request.Browser.JavaScript.
But if i turn off active scripting and disable java in ie6 settings , the Request.Browser.JavaScript still gives a value of "True" and i was expecting it to be "False". as i had just turned off Java. Or so i thought i had .
Is there another / better way to detect weather Java is enabled in the users browser?
and is it Browser specific to ie6, firefox etc
any help would be greatly apreciated ,Thanks
im aware of Request.Browser.JavaScript.
But if i turn off active scripting and disable java in ie6 settings , the Request.Browser.JavaScript still gives a value of "True" and i was expecting it to be "False". as i had just turned off Java. Or so i thought i had .
Is there another / better way to detect weather Java is enabled in the users browser?
and is it Browser specific to ie6, firefox etc
any help would be greatly apreciated ,Thanks