I\'m opening a new window into which I\'m injecting HTML for both the body and the head. The problem is in the head section: the HTML includes both the title and the favicon
here's an answer which i think would help you
html :
Click me
javaScript - jQuery (actually)
$('#link').click(function(){ var goto = window.open('http://stackoverflow.com/questions/40177033/how-to-make-the-favicon-appear-in-a-new-window'); });