Klaus, Thank you! That did the trick!
-Dan Hi Dan, > Am 28.08.2017 um 19:54 schrieb Dan Friedman via use-livecode <use-livecode at > lists.runrev.com<http://lists.runrev.com/mailman/listinfo/use-livecode>>: > > Is is possible to call a javascript to a browser widget? For example: > mobileControlDo "Browser1","execute",("doAnswer()") > Where the widget is named “Browser1”. Is this possible? yes, but in a different way (browser widget <> mobilecontrol): ... do "your javascript goes here..." in widget "your browser widget here" ... > Thank you in advance, > -Dan Best Klaus _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
