Download, ajax_sample.zip
Unzip and copy the ajax_text.htm, diagram.js files to the following folder, <LabVIEW 8.x.x>\www\
Download, mycgi.vi
Copy the mycgi.vi to the following folder, <LabVIEW 8.x.x>\www\cgi-bin\
now, start the G-Webserver ane surf the following link,
http://localhost/ajax_test.htm
This approach takes less band-width for transfering the information across the web. so, Controlling/monitoring the application through the web at low-bandwidth is possible.. No image tranfers. No need to install LabVIEW runtime at client side.
All the presentation part is done using client-side javascripts. LabVIEW just passes the result data through the CGI.
Best regards
Siva
sivamgr@gmail.com