Answers for "can we display html page in windows alert"

0

how to make an alert on a page

go to inspect element, go to console. type in 
alert("text")
Posted by: Guest on June-18-2020
0

how to connect alert and document.location in html

onclick="alert('hello world');window.location = 'URL'"
Posted by: Guest on June-22-2021

Code answers related to "can we display html page in windows alert"

Browse Popular Code Answers by Language