With XHTML, CSS, JavaScript, CGI, and AJAX support growing in popularity, I am wondering why there are no examples or solutions for an operator interface in TS. It doesn't seem that it would be terribly difficult to start a web server, post a form, wait for a response from the web browser that the operator is using, and acting on the values returned in the form.
XHTML and CSS are designed specifically for presentation, albeit normally static (not animated), but JS can remedy that to some degree to show real-time dynamic data.
Does anyone know of an example solution out there?