Javascript Deactivated.

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Xsis
Forum Newbie
Posts: 10
Joined: Tue Feb 07, 2012 10:38 am

Javascript Deactivated.

Post 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??
Gopesh
Forum Contributor
Posts: 143
Joined: Fri Dec 24, 2010 12:48 am
Location: India

Re: Javascript Deactivated.

Post by Gopesh »

Hi,Are u mentioning about Javascript or Java? Both are totally different things..
Xsis
Forum Newbie
Posts: 10
Joined: Tue Feb 07, 2012 10:38 am

Re: Javascript Deactivated.

Post by Xsis »

Javascript, sorry my bad :) it's just company policy not to have java installed and javascript disabled :/
Gopesh
Forum Contributor
Posts: 143
Joined: Fri Dec 24, 2010 12:48 am
Location: India

Re: Javascript Deactivated.

Post 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.
Xsis
Forum Newbie
Posts: 10
Joined: Tue Feb 07, 2012 10:38 am

Re: Javascript Deactivated.

Post by Xsis »

Thanks :) works like a charm! :)
Gopesh
Forum Contributor
Posts: 143
Joined: Fri Dec 24, 2010 12:48 am
Location: India

Re: Javascript Deactivated.

Post by Gopesh »

Ok...Good Luck..
Post Reply