Page 1 of 1

Javascript Deactivated.

Posted: Wed Feb 15, 2012 3:17 pm
by Xsis
Hi Guys,

can you give me an example of what to use instead of Java / Ajax when it's deactivated?
on my work they don't allow java at all, and my site looks weird when I look at it.

So i can understand i need a code that checks if the java is enabled, if not. what should I do??

Re: Javascript Deactivated.

Posted: Wed Feb 15, 2012 10:52 pm
by Gopesh
Hi,Are u mentioning about Javascript or Java? Both are totally different things..

Re: Javascript Deactivated.

Posted: Wed Feb 15, 2012 11:22 pm
by Xsis
Javascript, sorry my bad :) it's just company policy not to have java installed and javascript disabled :/

Re: Javascript Deactivated.

Posted: Wed Feb 15, 2012 11:34 pm
by Gopesh
HI,For checking whether javascript is enabled or disabled use <noscript> tags. check this link http://www.maheshchari.com/check-javascript-disabled/.Hope it helps.

Re: Javascript Deactivated.

Posted: Thu Feb 16, 2012 4:36 am
by Xsis
Thanks :) works like a charm! :)

Re: Javascript Deactivated.

Posted: Thu Feb 16, 2012 5:16 am
by Gopesh
Ok...Good Luck..