This is a very good example of a minimalistic infotron. Good starting point if you are new to JDA and want something to copy and tweak a bit.
<div id="alerter"
impl="~0103A2343C2A624180A4A726CCA30F49B8"
properties="message:'Hello World'"
script="http://localhost/Alert.js">
</div>
message_in
trigger_in
When the infotron receives a message on the input terminal trigger_in, an alert box pops up and echoes the message string specified in the message property.
If the infotron receives a message on the input terminal message_in, an alert box pops up to echo the actual message that was received. The restriction on what types of messages can be sent through the message_in input terminal is rather lose. If the message is not of a string type, it will try its best to echo back a string representation of whataver message is received.
In both cases, when the user closes the alert box, the message that was received through either input terminal is sent back out through the output terminal close_event_out.