The following code works well in all cases, except when run under the
UI tabs as an ajax called program.  Using the  (latest versions of
jquery and UI)

I can see by the console.log that prgm is set to the correct value,
but the program is called, but when run under tabs data is always
empty.

Any ideas where is need to look or poke next?


console.log("Vitals from assessment prgm:%s",prgm);
        $.post(prgm,function(data){
                console.log("Vitals - from assessment data:%s",data);

Reply via email to