| Author |
create new event
|
Richard Sorhands
Greenhorn
Joined: Dec 23, 2005
Posts: 11
|
|
Hi, can i create an event? I have an html page in which is loaded an applet. in this applet some events are fired. I want to catch these events in the javascript code. How can I do it? thanks
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
try: http://www.rgagnon.com/javadetails/java-0172.html Eric
|
 |
Richard Sorhands
Greenhorn
Joined: Dec 23, 2005
Posts: 11
|
|
thank eric but this is only a method to communicate from an applet to javascript. I have to create a new event in the javascript like "onClick" event but mine. An example of javascript that I want: <... onMyEvent = "doMyFunction();"> do you understand? is this possible?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Whoops, I meant to post this link: http://www.raditha.com/java/mayscript.php The example shows an JS function being called from an applet and the JS adding a message to the applet. Closest you probably will come. Eric
|
 |
 |
|
|
subject: create new event
|
|
|