HTML DOM Window alert() Method - GeeksforGeeks (2024)

Improve

Improve

Like Article

Like

Save

Report

HTML Window alert() method is used to display an alert box. It displays a specified message along with an OK button and is generally used to make sure that the information comes through the user. It returns a string that represents the text to display in the alert box.

Note: Alert boxes grab your attention and make you read a message and Using too many alerts stops you from doing other things on the webpage until you close them.

Syntax:

alert(message);

Parameter:

Message: It is the message that is needed to show in the alert box and it’s optional.

Example: Display an alert box by double-clicking a button.

html

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport"

content="width=device-width, initial-scale=1.0">

<title>Document</title>

</head>

<body>

<h1 style="color: green;">

GeeksforGeeks

</h1>

<p>

For displaying the alert message, double

click the "Show Alert Message" button:

</p>

<button ondblclick="myalert()">

Show Alert Message

</button>

<script>

function myalert() {

alert("Welcome to GeeksforGeeks.\n " +

"It is the best portal for computer" +

"science enthusiasts!");

}

</script>

</body>

</html>

Output:

HTML DOM Window alert() Method - GeeksforGeeks (1)

Example: Alert the hostname of the current URL

HTML

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport"

content="width=device-width, initial-scale=1.0">

<title>Alert Hostname Example</title>

</head>

<body style="text-align: center;">

<h1 style="color: green;">

Geeks

</h1>

<p>

To see the hostname of the current URL,

click the "Show Hostname" button:

</p>

<button onclick="showHostname()">

Show Hostname

</button>

<script>

function showHostname() {

let currentURL = window.location.hostname;

alert("The hostname of the current URL is: " + currentURL);

}

</script>

</body>

</html>

Output:

HTML DOM Window alert() Method - GeeksforGeeks (2)

Supported Browsers:

  • Google Chrome 1
  • Edge 12
  • Firefox 1
  • Opera 3
  • Safari 1

We have a Cheat Sheet on Javascript where we covered all the important topics of Javascript to check those please go through Javascript Cheat Sheet-A Basic guide to JavaScript.



Last Updated : 16 Jan, 2024

Like Article

Save Article

Share your thoughts in the comments

Please Login to comment...

HTML DOM Window alert() Method - GeeksforGeeks (2024)
Top Articles
International Scholarships | Study in the USA
Everything you need to know about SAP S/4HANA
My Boyfriend Has No Money And I Pay For Everything
The Realcaca Girl Leaked
Pitt Authorized User
Decaying Brackenhide Blanket
Gina's Pizza Port Charlotte Fl
Richmond Va Craigslist Com
Jasmine Put A Ring On It Age
Med First James City
Things To Do In Atlanta Tomorrow Night
Sports Clips Plant City
‘Accused: Guilty Or Innocent?’: A&E Delivering Up-Close Look At Lives Of Those Accused Of Brutal Crimes
A rough Sunday for some of the NFL's best teams in 2023 led to the three biggest upsets: Analysis - NFL
Bowie Tx Craigslist
Sky X App » downloaden & Vorteile entdecken | Sky X
Carson Municipal Code
Glenda Mitchell Law Firm: Law Firm Profile
Hyvee Workday
Lola Bunny R34 Gif
Dallas Mavericks 110-120 Golden State Warriors: Thompson leads Warriors to Finals, summary score, stats, highlights | Game 5 Western Conference Finals
Tips and Walkthrough: Candy Crush Level 9795
Mini Handy 2024: Die besten Mini Smartphones | Purdroid.de
Rapv Springfield Ma
Shoe Station Store Locator
Belledelphine Telegram
Cars & Trucks - By Owner near Kissimmee, FL - craigslist
Webworx Call Management
Schooology Fcps
Downloahub
Evil Dead Rise - Everything You Need To Know
Dtlr On 87Th Cottage Grove
South Florida residents must earn more than $100,000 to avoid being 'rent burdened'
Eaccess Kankakee
Craigslist Org Sf
拿到绿卡后一亩三分地
ATM Near Me | Find The Nearest ATM Location | ATM Locator NL
Albertville Memorial Funeral Home Obituaries
159R Bus Schedule Pdf
Rhode Island High School Sports News & Headlines| Providence Journal
Restored Republic June 6 2023
Craigslist en Santa Cruz, California: Tu Guía Definitiva para Comprar, Vender e Intercambiar - First Republic Craigslist
Karen Wilson Facebook
Cnp Tx Venmo
Ig Weekend Dow
Gym Assistant Manager Salary
Sdn Fertitta 2024
Costco The Dalles Or
The Machine 2023 Showtimes Near Roxy Lebanon
Bama Rush Is Back! Here Are the 15 Most Outrageous Sorority Houses on the Row
Strange World Showtimes Near Atlas Cinemas Great Lakes Stadium 16
Pauline Frommer's Paris 2007 (Pauline Frommer Guides) - SILO.PUB
Latest Posts
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 6400

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.