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

Solutions on MaxInterview for display string on anchor tag onclick display image in new window html by the best coders in the world

showing results for - "display string on anchor tag onclick display image in new window html"
Angelo
25 Mar 2016
1<a href='{your-image-url}' onclick='window.open(this.href,"_blank","width=500,height=500"); return false;'>Hi!</a>