Tom A.
0
Q:

java script alerts


 alert("Hello! I am an alert box!!");

 
21

 alert("Hello! I am an alert box!!");
7
3 types of JS Alerts

            - Information : You can only accept.
            - Confirmation: You can accept or decline.
            - Prompt    : You can accept, decline, and/or sendKeys.
1
alert("string");
6
alert(varible);
3
alert("Message")
0
- Information : You can only accept.
            - Confirmation: You can accept or decline.
            - Prompt    : You can accept, decline, and/or sendKeys.
0

New to Communities?

Join the community