Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: onKeypress and change keyCode
Re: onKeypress and change keyCode
06-16-2006, 7:00 AM
norton
Joined on 06-15-2006
Posts 8
Re: onKeypress and change keyCode
Reply
Quote
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