does anyone have a tough idea of what percentage of MSIE users have javascript turned on?
has anyone done a survey?
Printable View
does anyone have a tough idea of what percentage of MSIE users have javascript turned on?
has anyone done a survey?
Recent figures from CNet show that overall, approx. 86% of users use IE, and 14% use Netscape.
Of all these users, 90% had JavaScript turned on.
thank you!
I've only just started learning Javascript. In my IE settings, under Java VM I've got JIT enabled, and Java Console and Java logging not enabled.
Is this JavaScript, or Java?
I still get confused - I know they are two different things, but so many mags and web sites start by telling you that JS isn't Java, and then go on to talk about Java when they're obviously talking about JS!
Thanks in advance!
The 'Java VM' option is refering to your Java Virtual Machine. It's basically a computer within your browser that runs Java applets. It is JAVA.Quote:
Originally posted by dreuby
I've only just started learning Javascript. In my IE settings, under Java VM I've got JIT enabled, and Java Console and Java logging not enabled.
Is this JavaScript, or Java?
I still get confused - I know they are two different things, but so many mags and web sites start by telling you that JS isn't Java, and then go on to talk about Java when they're obviously talking about JS!
Thanks in advance!
When someone mentions JS, they are probably refering to JavaScript which is a scripting language that usually runs on the client-side(browser) and is used for mouseovers and form validations among other things.
Thanks - a glimmer of light in the darkness!
So can I turn JavaScript off in my browser, and if so, what affect does that have when web pages include mous-overs, etc? And why would I want turn it off (if I can)?
To disable javascript go to Tools -> Internet Options -> Security -> Custom Level -> Active Scripting and disable it. If you turn it off no javascript will work. You would want to turn it off if you're paranoid and/or think that javascript is a significant security risk (which it definitely is not).
Or if you have a super duper slow connection to the internet...
Java is a compiled applet(mini program) and, like westmich said, Javascript is a client side scripting language.
I've never checked out those settings - I though that tab referred only to the Microsoft "security rating" system, i.e. how "safe" a site is for general viewing. As no sites seem to be categorized anyway, I haven't bothered to alter the default.Quote:
Originally posted by Anarchos
To disable javascript go to Tools -> Internet Options -> Security -> Custom Level -> Active Scripting and disable it. If you turn it off no javascript will work. You would want to turn it off if you're paranoid and/or think that javascript is a significant security risk (which it definitely is not).
Thanks for all this info - I seem to have dragged this thread off into another topic, sorry about that!