L
larrylyons
Can anyone show me how to had an on blur to this:
newWindow =
window.open("","","scrollbars,resizable,height=500,width=175,top=0,left=300");
newWindow.document.write( "<html><head><title>"+
"TEST"+"</title></head>")
newWindow.document.write("<body>")
newWindow.document.write("this is a test".fontsize(2))
newWindow.document.write('<h3><a href="#"
onClick="window.close()">Close Window</a> </h3></body></html>');
newWindow.document.close()
newWindow =
window.open("","","scrollbars,resizable,height=500,width=175,top=0,left=300");
newWindow.document.write( "<html><head><title>"+
"TEST"+"</title></head>")
newWindow.document.write("<body>")
newWindow.document.write("this is a test".fontsize(2))
newWindow.document.write('<h3><a href="#"
onClick="window.close()">Close Window</a> </h3></body></html>');
newWindow.document.close()