On Blur

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()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top