user 1
0
Q:

javascript open new window with html content

var newWin = open('url','windowName','height=300,width=300');
newWin.document.write('html to write...');
1

New to Communities?

Join the community