Mhttpd.js: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
Line 3: Line 3:
mhttpd.js contains javascript function wrappers for most MIDAS AJAX functions typically used for implementing interactive custom pages for MIDAS experiments.
mhttpd.js contains javascript function wrappers for most MIDAS AJAX functions typically used for implementing interactive custom pages for MIDAS experiments.


mhttpd.js is typically served by mhttpd:
mhttpd.js is typically served by mhttpd from $MIDASSYS/resources/mhttpd.js
<pre>
<pre>
<html>
<html>
Line 14: Line 14:
</html>
</html>
</pre>
</pre>
A mostly up to date copy of mhttpd.js is linked here:


* http://ladd00.triumf.ca/~daqweb/doc/midas/resources/mhttpd.js
* http://ladd00.triumf.ca/~daqweb/doc/midas/resources/mhttpd.js

Revision as of 14:46, 12 August 2013

About

mhttpd.js contains javascript function wrappers for most MIDAS AJAX functions typically used for implementing interactive custom pages for MIDAS experiments.

mhttpd.js is typically served by mhttpd from $MIDASSYS/resources/mhttpd.js

<html>
<head>
...
<script src='mhttpd.js'></script>
...
</head>
...
</html>

A mostly up to date copy of mhttpd.js is linked here:

An example for using all mhttpd.js functions is included in the MIDAS distribution under examples/javascript1:

Functions

AAA