Added by Lamiel Toch over 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