On 2016-01-29 11:30, Scott Rossi wrote:
Can a LiveCode server script call a Javascript function?

I want to write some text into a div in an LC server web page without
refreshing the entire page. AFAICT, generating any text from a LiveCode
server script will replace the contents of page, but cannot target a a
specific DOM element on the page. Since Javascript can do this, is there
any way to trigger a Javascript function from an LC server script?

The normal way to do this would be to write some JavaScript that performs an XMLHttpRequest to the LiveCode server script, and then sets the innerHTML of the <div> element.

Don't forget that JavaScript runs on the client, and LiveCode runs on the server. There are things you can do in a LiveCode server script that you can't in JavaScript, and vice versa.

                                          Peter

--
Dr Peter Brett <peter.br...@livecode.com>
LiveCode Open Source Team

LiveCode on reddit! <https://reddit.com/r/livecode>

_______________________________________________
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