write a program in js to take two user input values of both of your parents' name separately using appropriate dialog boxes.
Answers
Answered by
1
Explanation:
A dialog box is a small graphical window that displays a message to the user or requests input. Two of the dialog boxes are: –
Message Dialog - a dialog box that displays a message.
Input Dialog - dialog box that prompts the user for input.
The ‘javax.swing.JOptionPane’ class offers dialog box methods. The following statement must be before the program’s class header
Similar questions