1 |
Add collaboratory functionality
-
call TANGO_send(m) when Send button pressed
-
onclick="TANGO_send(this.form.tty.value"
-
create method TANGO_receive(m) to use when message arrives
-
document.forms.chat.tty.value=m;
|
2 |
Register the application in a TANGO Control Application
|
3 |
JS API is transparent (i.e. pages will work the same way with and w/o TANGO
-
one can make arbitrary web pages interactive
|