Contact: aviboots(AT)netvision.net.il
39,987 questions
51,931 answers
573 users
document.onreadystatechange = function () { if (document.readyState == "interactive") document.write("Document finish loading. Let's access the DOM <br />"); } /* run: Document finish loading. Let's access the DOM ... */