Document JavaScript DHTML




    function function1() {
        document.all.myElement.focus();
    }
    function function2() {
        alert("onFocus event has been fired");
    }


       value="Give focus to the text input element and fire the event" 
       onclick="function1();">