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.
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.
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.