javascript enabling

  • Thread starter Thread starter BKeyes2021
  • Start date Start date
B

BKeyes2021

I'm trying to access asssignments within an online
education website, and it's telling me that if the
assignments won't displayI need to enable the cookies for
that site (which I've done) and to check browser settings
for javascript enabling. I can't figure out how to do
that. Thanks for any help.
 
Hello
Open your IE browser Tools>Internet Options>Advanced tab

You may need to download a java from Sun. (it's free)
http://www.java.com/en/index.jsp

--
Hope This Helps
Haus
Not a MS-MVP
Not a MVP
Not nothing, just a good ole boy.
 
He asked about JavaScript not JAVA.... these are two very different animals
JAVA is a completely independent computer language. After it is written, a
JAVA applet (they call it an applet because it is a small application) is
compiled into binary code read by the JVM (what you get from Sun
Microsystems to allow your PC to read the code). JAVA can do anything your
windows OS can do. It can access all aspects of your computer operation
including security information and personal data. JAVA is not in itself a
bad thing but bad things can be done with it.
Java Script is a scripting language invented by Netscape to enhance web page
interactive. It requires a browser to be read. Most modern browsers
implement JavaScript. JavaScript has very limited abilities. It cannot
gather personal information without your express permission.
A comparison of JAVA and JavaScript is akin to a shot of whiskey and a
glass of milk.
 

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

Similar Threads


Back
Top