Project

General

Profile

execution order of WWidget::doJavaScript

Added by Lamiel Toch almost 6 years ago

Hello,

In my C code, I have a series of WWidget::doJavascript(X) where X is a javascript code.

In C, if I execute :

w->doJavascript(CODE1);

w->doJavascript(CODE2);

w->doJavascript(CODE3);

In the browser are they executed in this order ?

thanks

best regards

Lamiel


Replies (1)

    (1-1/1)