0

How can I create a JavaScript for function confirmation with three buttons without using any html code at all?

The JavaScript function will be caller from another system so I can just use a js function without any html or jQuery.

j08691
  • 204,283
  • 31
  • 260
  • 272
toto1999
  • 203
  • 1
  • 11
  • https://meta.stackexchange.com/help/how-to-ask – zfrisch Aug 29 '17 at 17:33
  • "JavaScript for function confirmation with three buttons without using any html code at all?" You really need to clarify this. Do you mean explicitly not writing in HTML, but you're able to append elements from JS? What do you mean "function confirmation"? Do you have any base code? This is a badly written question and the answers are all over the place because of it. – zfrisch Aug 29 '17 at 17:41

1 Answers1

1

Without any HTML (which also would implicate all JS dialogs)... simply said, you can't.

If you are willing to implement a JS solution, you might find your answer here.

lumio
  • 7,428
  • 4
  • 40
  • 56