Re: How to access javascript variable via MSHTML in Dephi?
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Sat, 17 May 2008 10:16:55 -0400
<FMchwk@xxxxxxxxx> wrote in message
news:2f1c7fb2-5739-40c7-940d-74f563115f7c@xxxxxxxxxxxxxxxxxxxxxxxxxxx
However, what my need is to get the value of myvar and return it to
Delphi.
A JavaScript global variable is a property on the window object,
accessible via late binding (IDispatch::GetIdsOfNames, Invoke). I don't
know enough Delphi to explain how to implement this technique there,
sorry.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- Prev by Date: How can I capture the error message of Iwebbrowser?
- Next by Date: Re: How can I capture the error message of Iwebbrowser?
- Previous by thread: How to access javascript variable via MSHTML in Dephi?
- Next by thread: How can I capture the error message of Iwebbrowser?
- Index(es):
Relevant Pages
|