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