Currently jijx refreshes the whole page for
each input line execution. Also the server takes
care of HTML formatting.
An alternative is to use static client HTML and JavaScript
which request one sentence at a time and builds the
transcript HTML on the client. This is known as dynamic
HTML or newer name Ajax.
Or course to re-open the page, the history of executions
is needed, but each entry also can be in the same format.
The advantage is format-neutral server and format-specific
client, or different clients for different platforms.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm