How do I display image in Alert/confirm box in Javascript?

前端 未结 7 2425
终归单人心
终归单人心 2020-12-06 01:27

How to display image in alert box or confirm box? I have been trying with below code but getting image url in the alert box. Please anybody help me to get solve or please gi

7条回答
  •  [愿得一人]
    2020-12-06 01:59

    Short answer: You can't.

    Long answer: You could use a modal to display a popup with the image you need.

    You can refer to this as an example to a modal.

提交回复
热议问题