Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gmail Extract
#9
Function Dialog91
Code:
Copy      Help
,Htm h=htm("body" "" "" hDlg)
,out h.HTML ;;<body>
,;out h.DocText(1) ;;all. But with gmail it is very slow. Don't know why, slowly retrieves <head>, which in gmail is bigger than <body>.

another way

Function Dialog91
Code:
Copy      Help
,SHDocVw.WebBrowser we3
,we3._getcontrol(id(3 hDlg))
,
,;<body>
,MSHTML.IHTMLDocument2 doc2=we3.Document
,out doc2.body.outerHTML
,
,;;all. Also slow with gmail.
,;MSHTML.IHTMLDocument3 doc3=we3.Document
,;out doc3.documentElement.outerHTML


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)