Form Control JavaScript DHTML




    function setfocus(){
        document.forms[0].txt.select()
        document.forms[0].txt.focus()
    }