Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to display Alert in JavaScript

Answer Posted / veerahema

<!DOCTYPE html>
<html>
<body>

<h1>The Window Object</h1>
<h2>The alert() Method</h2>

<p>Click the button to display an alert box.</p>

<button onclick="myFunction()">Try it</button>

<script>
function myFunction() {
alert("Hello! I am an alert box!");
}
</script>

</body>
</html>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Will javascript be replaced?

890


What is the use of a boolean object in javascript?

1020


Are there any predefined constant provided by the browser with the key code values that can be reused?

910


Can I declare a variable as CONSTANT in JavaScript?

979


What is singleton class in javascript? Explain

974


Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.

911


How can we detect os of the client machine using javascript?

1076


What is a fixed-width table and its advantages?

916


Explain spread operator in javascript?

947


List few advantages of using javascript?

851


What is the role of javascript in html?

939


Explain the role of deferred scripts in javascript?

946


What do you mean by script?

868


What is a prompt box in javascript?

983


List some features of javascript.

1606