<javascript> (without return value)

Will execute the specified JavaScript without receiving a return value from the HTML page.

Child of: <button>, <click>, <mouse_click>, <mouse_down>, <mouse_move>, <mouse_out>, <mouse_over>, <node name="">
Parent of: Nothing

Example:

<javascript>sendToJavaScript('Hello World!');</javascript>

Note: The value passed as a parameter to the function must be in single quotes.