`alert`, `confirm`, and `prompt` are special in th...
# suitescript
j
alert
,
confirm
, and
prompt
are special in that they halt execution of the rest of your code until the user interacts with them anything else is just html with an onclick handler