Hi,
I have used IHTMLDocument::get_Script() which returns a IDispatch for
the scripting engine. How can I get access the names of the functions
and global variables of scripts withing a HTML page? If I know the
name prehand, I can use IDispatch->GetIDsOfName() to get the DISPID of
particular variable or function. However, if I don't know the name, I
can't find way to retrieve the names.
Please help and thanks in advance.
|