Q:

Javascript Program to implement Confirm Box

0

Program to implement Confirm Box by calling a function.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

<html>
<body>

<button onclick="ConfirmBox()">Click Me!</button>

<script>
function ConfirmBox() 
{
  confirm("Hello Tutorialslink!") 
}
</script>

</body>
</html>

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now