Explain popup Message using event with example?

Submitted 4 years, 2 months ago
Ticket #417
Views 580
Language/Framework Javascript
Priority Low
Status Closed

Exaplin with example please?

Submitted on Apr 19, 21

By "popup Message" do you mean JavaScript's alert box, confirm box or prompt box? - mateigliga 4 years, 1 month ago

Prompt box - rocky 4 years, 1 month ago
add a comment

1 Answer

Verified

Prompt function takes two string parameters. First parameter is the message to be displayed and the second parameter is the default value which will be in input text when the message is displayed. 

Submitted 4 years ago


Latest Blogs