Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. IHTMLDocument3 doc3 = (IHTMLDocument3)doc;
  2. IHTMLDocument7 doc7 = (IHTMLDocument7)doc;
  3.  
  4. IHTMLElementCollection elc;
  5. IHTMLElement el;
  6. IHTMLElement chld;
  7. IHTMLDOMNode dn;
  8.  
  9. if ((chld = el.children[1].children[0].children[1]) != null
  10. && chld.tagName == "A"
  11. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement