[Wine] getElementsByName

DaveDrouin wineforum-user at winehq.org
Fri Jul 30 19:28:29 CDT 2010


static HRESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v,
                                                      IHTMLElementCollection **ppelColl)
{
    HTMLDocument *This = HTMLDOC3_THIS(iface);
    FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl);
    return E_NOTIMPL;
}

I'm trying to use an application that has an embedded IE browser component and unfortunately the html that's rendered in there makes heavy use of the dreaded getElementsByName method.  Can someone please for the love of Hercules implement this method in wine.  Thanks you very much.







More information about the wine-users mailing list