The FormAPI doc (6.5 & 6.7: tst.650a.formapi.pdf & tst.670.formapi.pdf) has an example user script, that contains
//alert the user that an external call is being made.
IWDatacapture.displayMessage("Retrieving locations ...");
top.hiddenFrameRunning = true;
var server = window.location.hostname;
IWDatacapture.callServer("http://"+server+"/iw-bin/getLocations.cgi", params);
I'm wondering what hiddenFrameRunning = true is good for.
It's undocumented (euhm, no laughs in the back!) :-/
TIA !