Contact: aviboots(AT)netvision.net.il
41,578 questions
54,200 answers
573 users
var myWindow = window.open("", "", "width=300, height=200"); myWindow.document.write("<p>The new window</p>"); myWindow.blur(); // remove the focus from the current window /* run: */