2024-01-08, 17:36:26
(2024-01-08, 10:57:48)wila Wrote: Hi Maddire,
You would do it the way you're showing, by running javascript from VB6 and then returning the result to VB6.
An example of that is in the OnTimer sub of the Exchange Rates example.
Alternatively you can use ExecuteScript too of course.
There is no way to do this directly from VB6 itself.
--
Wil
Ok Thank you, I will try this