Is there anyway to hide the confirm box title "On embedded page on this page says".
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_confirm
Is there anyway to hide the confirm box title "On embedded page on this page says".
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_confirm
No, there isn't. You must create your own custom confirmation modals/popups (or use an existing library like https://jqueryui.com/dialog/) if you want to fine-tune anything other than the message displayed.
No, there is no such method to do that.
You can create your own modal/confirm dialog.
Or you can use angular these packages