Re: onKeypress and change keyCode

  •  06-16-2006, 7:00 AM

    Re: onKeypress and change keyCode

    Hello

    i wrote new script and my problem now resolved.

    editdoc.attachEvent("onkeypress", function Func1(event){Func2(event)} );
     
    function Func2(e) {
    alert(e.keyCode)
    }
     
    thank you.
     
    - Norton
     
View Complete Thread