Congratulations with M9!
I am trying to use JQuery/AJAX to get data from my server and integrate in the mobi app.
If I’m correct, I can only run scripts from the local server and since that’s on the appstore (after publishing) I think I would need to include some asp or php scripts for the server roundtrip.
Am I on the right track with this? I am using this JQuery line to fill the “result” element with the content of the html page (‘HTMLPage2.htm’).
$(‘.result’).load(‘HTMLPage2.htm’);
This works on my sample website (not mobi) and would like to see the same mechanism work in the MobileOne app that I’m testing…
-C