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??
Javascript Deactivated.
Moderator: General Moderators
Re: Javascript Deactivated.
Hi,Are u mentioning about Javascript or Java? Both are totally different things..
Re: Javascript Deactivated.
Javascript, sorry my bad
it's just company policy not to have java installed and javascript disabled :/
Re: Javascript Deactivated.
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.
Thanks
works like a charm! 
Re: Javascript Deactivated.
Ok...Good Luck..