在TWebBrowser
应用程序中,我想使用 Delphi 2006 (!) 获取指向包含此元素的元素的指针
<input class="submit" type="submit" value=" Vis veibeskrivelse " onclick="showDirections();" />
<a href="#" onclick="openDirections(); return false;">Åpne veibeskrivelse i Google Maps</a>
<br />
我发现IHTMLDocument7
实现 a getElementsByClassName
,但在 Delphi 2006 中,IHTMLDocument7
未实现。
还有其他方法可以获取指向该元素的指针吗?