Answers for "display string on anchor tag onclick display image in new window html"

0

display string on anchor tag onclick display image in new window html

<a href='{your-image-url}' onclick='window.open(this.href,"_blank","width=500,height=500"); return false;'>Hi!</a>
Posted by: Guest on March-25-2021

Code answers related to "display string on anchor tag onclick display image in new window html"

Browse Popular Code Answers by Language