In JavaScript, is it possible to display a list of options that need to be clicked using the prompt window, rather than a list of options that need to be entered manually?
I would like to present each option as a button, instead of asking the user to enter the parameters manually (as shown here):
var OptionChosen = prompt('Enter 1, 2, 3, or 4:')
source share