Are you having trouble with your Google Chrome alerts not showing up? This article will show you how to enable / disable JavaScript in Google Chrome and then check it’s working by displaying an alert dialogue box using the JavaScript console.

Part 1
Part 1 of 2:

Enabling JavaScript

  1. 1
    Make sure you have JavaScript turned on in the browser. It is on by default, but it could have been changed by another user. If you're using your company's PC, it may have certain restrictions regarding the use of JavaScript. 
  2. 2
    Click the Customize and Control Google Chrome button in the top right corner of the browser (the icon with the 3 horizontal lines).
    Advertisement
  3. 3
    Select Settings from the drop down menu.   
  4. 4
    Scroll to the bottom and click Show advanced Settings. 
  5. 5
     Select Content Settings under Privacy. 
    • A box with a list of settings will appear. Enable or Disable JavaScript is the last option. Select "Enable".
  6. Advertisement
Part 2
Part 2 of 2:

Checking It With a Console Alert

  1. 1
    Open the JavaScript Console. Once you have checked that JavaScript is enabled in your browser, open the JavaScript Console, which is part of the Chrome Developer Tools.
  2. 2
    Click the Icon on the right hand corner again. Select More tools --> Developer Tools, and it will open the console in the browser that you are currently using. Make sure the Console tab is selected.
  3. 3
    Clear the Console. If there is anything in the Console, type clear() and it will clear the Console. Type alert("Hello World");  and press enter. An alert box should pop up in the browser with the message you typed. You can put any words you want in between the quotes.
    • If you want to add an alert to an html file you can add it by using a script tag.
  4. Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time. This article has been viewed 73,104 times.
How helpful is this?
Co-authors: 7
Updated: July 9, 2016
Views: 73,104
Categories: Google Chrome
Advertisement