This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes create new event Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "create new event" Watch "create new event" New topic
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
    
    6
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
    
    6
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: create new event
 
Similar Threads
Semantic Events
Writing Mouse Events
Left mouse can not generate mouse clikced and released events??
Is there another way to implement event listener (in general)?
How to fire events ?