[gambit-list] Gambit in the browser

Marc Feeley feeley at iro.umontreal.ca
Wed Jul 31 10:46:37 EDT 2013


On 2013-07-23, at 7:52 PM, Amirouche Boubekki <amirouche.boubekki at gmail.com> wrote:

> Is it possible to access the dom ?

Yes.  Use the jseval procedure to evaluate JavaScript code.  For example:

   (jseval "document.body.innerHTML")

Marc




More information about the Gambit-list mailing list