Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Feb : Interpreting JavaScript in Delphi
| Subject: | Interpreting JavaScript in Delphi |
| Posted by: | "Bob Sacamano" (b..@localhost) |
| Date: | 25 Feb 2008 18:05:41 |
Does anyone know what APIs I would need to use in order to interpret
JavaScript source code in Delphi? Here's what I need to do: when I
download a HTML page using sockets that contains JavaScript source
code in it, I want to send the JS source code (as a string) to an
interpreter and parse the resulting data. I have no clue how to go
about doing this.
Thanks