answersLogoWhite

0

How do you turn the javascript on?

Updated: 8/10/2023
User Avatar

Wiki User

12y ago

Best Answer

In Firefox:

Click on Tools>>Options>>Content Tab>>Enable Java Script and click OK

In internet Explorer:

Click on Tools>>Internet Options>>Security tab>>Select Internet Zone

Then select Custom Level

Under Micellaneous section there is an option "Allow Scripting of Microsoft Web browser Control"

Enable that option

Then click OK button

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

Hi,

I've installed java at my ubuntu instalation using this command and

works fine to me

# sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts

enable Java in firefox, in the menu Tools

options

content tab

tick the Java box

To verify Java is installed in console type

$ java -version (that will display the current java version installed)

or

type in firefox the address :about:plugins

that will show u something like this:

java version "1.6.0_06"

Java(TM) SE Runtime Environment (build 1.6.0_06-b02)

Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

credit to Ederson F. Costa for this answer

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

here are a few ways: Internet Explorer (6.0) Select 'Tools' from the top menu Choose 'Internet Options' Click on the 'Security' tab Click on 'Custom Level' Scroll down until you see section labled 'Scripting' Under 'Active Scripting', select 'Enable' and click OK Netscape Navigator (4.8) Select 'Edit' from the top menu Choose 'Preferences' Choose 'Advanced' Choose 'Scripts & Plugins' Select the 'Enable JavaScript' checkbox and click OK Mozilla Firefox (1.0) Select 'Tools' from the top menu Choose 'Options' Choose 'Web Features' from the left navigation Select the checkbox next to 'Enable JavaScript' and click OK Mozilla Firefox (1.5) Select 'Tools' from the top menu Choose 'Options' Choose 'Content' from the top navigation Select the checkbox next to 'Enable JavaScript' and click OK Apple Safari (1.0) Select 'Safari' from the top menu Choose 'Preferences' Choose 'Security' Select the checkbox next to 'Enable JavaScript'

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

It depends on what browser you are using.

Here are ways for Chrome, Firefox, Safari, Internet Explorer, and Opera:

Chrome: Wrench icon (option menus) > Options > Under The Hood > Content Settings > Under the JavaScript section click "Allow all sites to run JavaScript"

Firefox: Click on the Firefox button (Tools for Windows XP) > Content > Click on Enable JavaScript.

(For Firefox you may have to open the Advanced menu and enable settings separately then just enabling JavaScript)

Safari: Choose Safari > Preferences > Click on Security > Click on Enable JavaScript.

Internet Explorer: Tools > Internet Options > Click on Custom Level > Scroll to Scripting section > In Active Scripting click Enable.

Opera: Tools > Preferences > Advanced > Content > Select Enable JavaScript.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

just put the foling link into the search bar at the top of you're page when you are on the page you want to edit

javascript: document.body.contentEditable= 'true'; document.designMode='on'; void 0

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

It's generally enabled by default, Click the gear icon/Tools menu to the right of the Internet Explorer address bar. Select Internet Options from the drop-down menu. Next, select the Security tab.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Go to Java's website and download then install it; if it is already installed but not functioning you would need to tell us what browser and operating system you are using (check the help section for your browser, or at the Java site).

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

How to Enable JavaScript in the Firefox Browser

JavaScript is a well-liked language used in computer programming that is used to really enhance the user experience for many websites. For web surfers that utilize Firefox for their web browsing experience, options are available to enable or disable JavaScript. Below are a few concise steps that will allow the user to enable JavaScript if the language is not enabled on the site.

  1. Click the Firefox tab for Mac users or Tools for Windows users in the menu bar at the top.
  2. Select “Preferences” if you are a Mac user or “Options” for a Windows user. A dialog box will appear.
  3. Click on the “Content” icon in the dialog box.

To Allow JavaScript for Firefox

  1. Ensure that the “Enable JavaScript” box is checked in the list of the checkboxes.
  2. A drop-down menu selection will appear once you click on the “Advanced” button.
  3. Use the menu to arrange JavaScript to your personalized preferences. Select all of the checkboxes for actions that you want to allow the scripts to execute. Click on the “Ok” button when you are satisfied with your selection(s).
  4. Close out the box if you are a Mac user or click on the “Ok” button if you are a windows user. The JavaScript will be enabled for the various Web pages.

Warnings and Tips

  • Periodically check for the latest Firefox browser version on the download page of their home page.
  • Carefully read through the support section for more detailed information regarding the utilization of the full capabilities of the Firefox Web browser.
  • Make sure you utilize the security features that Firefox has to offer while you are Surfing the Internet. When you use Firefox, they have installed warning messages as well as pop-up blockers that will display on your screen when you come across encrypted Web pages.
This answer is:
User Avatar

User Avatar

Wiki User

9y ago

You can enable JavaScript on an Android device by clicking on Allow all sites to run JavaScript under the Content Settings.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you turn the javascript on?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you enable javascript on your computer?

Javascript is a website feature. To turn it on, go into the "options" or "preferences" menu item of your web browser. Javascript controls will be found there.


How do you turn javascript on for the psp?

i dnt think its possible!


How do you turn off popup blocker on the ps3?

JavaScript maybe


Can you use you-tube in psp?

yes turn on javascript or get the latest adobe flash player


How do I reinstall javascript if you have removed it?

You can't "remove" it. It's built into the web browser. You need to find out how to turn it on. That depends on your browser. Try the "help" section. If not, try searching the web for "turn off JavaScript in [your browser name and version here]" Then just follow the instructions to find where to turn it on, and do so.


Does Android have JavaScript?

JavaScript is a programming language that is largely used by web browsers to create highly dynamic and interactive user interfaces. JavaScript has become an important part of current web application development, as most of the applications that make the web users in daily life are written in this robust code. So, if you've turned off JavaScript on your Android phone and now want to turn it back on, we can help.


Can all browsers interpret javascript?

Most modern browser can, but not all browsers are able to interpret JavaScript. Even the newest browsers normally give the user the ability to turn JavaScript completely off. According to a report from Yahoo! in October 2010, nearly 1% of their users have JavaScript disabled.


What is a javascript tutorial?

A JavaScript tutorial contains instructions that will teach you how to code in JavaScript.


What are built-in javascript classes?

Javascript does not have classes


How do you sort in javascript?

Javascript can help in browseing


How old is Javascript?

Javascript was created in 1995.


What is the Javascript onclick?

Onclick will be called when the object you're attaching the onclick function to is clicked (usually the object is an HTML element).