Conform Box JavaScript

Conform Box JavaScript

Conform Box:

it is same like, alert box but it will ask the question you need to give answer in terms of YES (true) or NO(false), if it is true, it will perform next operation

Program:

<!DOCTYPE html> 

<html>
 <body>
  <script>
   conform(" do you like our website");
   alert(a);
  </script>
 </body>
</html>

Output: do you lik