Answers for "create a html code to open a javascript in new window"

1

javascript open new window with html content

var newWin = open('url','windowName','height=300,width=300');
newWin.document.write('html to write...');
Posted by: Guest on October-19-2020
1

open link in new tab html

<a href="#" rel="noopener noreferrer" href="link"></a>
Posted by: Guest on October-06-2020

Code answers related to "create a html code to open a javascript in new window"

Browse Popular Code Answers by Language