How to make the favicon appear in a new window?

后端 未结 7 1554
无人共我
无人共我 2021-01-17 22:17

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

相关标签:
7条回答
  • 2021-01-17 23:12
    $(TheNewWindow.document.head).append(TheHeadHTML);
    
    0 讨论(0)
提交回复
热议问题