I use Html==>JS==>Async xhttp request.

The xhttp request is fielded by LC Server and is cors compliant so LC Server 
doesn't even need to be on the same web server. (this allows you to test html 
pages from desktop without a web server)

LC server returns html in a json packet.

The async JS handler in the html fires up receiving the LC server json. So the 
data path continued as JS==>html to the web page. In JS I convert the json to 
an array and send the LC server generated html to various <div>s.

Works great. No php. I was able to continue coding in LC and was able to 
leverage all my existing LC libraries(20,000+ lines). I had to learn a little 
JS but all the heavy lifting is done in LC.

My little slice...

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net




_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to