Does Java Script work with IE6 by default?

T

tmb

I want to install some code in a page that uses java script...

Will it work with IE6 by default or will the client have to install Java ??

(I had heard IE6 wouldn't work with Java by default...l but the user could
install it... even though java is different than "java script")

thanks for any help...

tmb
 
T

Thomas A. Rowe

Java and JavaScript are two completely different technologies and the only
thing common between them is the word "Java".

Yes, JavaScript will work unless the user has disabled it.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
S

Steve Easton

javascript is "on" by default when any version of IE is installed.
javascript is a stand alone scripting language which will operate
in any browser that allows it to be used, ( most do ) as long as it doesn't
require or "call" any java applets or class files

Java Virtual Machine, ( also known as java ) is the one that must
be downloaded and installed, as it uses applets that call on class files
contained in the java subdirectory, which is created in the windows
directory
when JVM is installed.

Example: Hover buttons use class files, which is why they won't
work without JVM installed.

javascript and java are two entirely different things
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top