Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to view specyfied table in IE ,using qm ?
#6
View and possibly save html.

Code:
Copy      Help
;...
MSHTML.IHTMLDocument3 doc3=body.document
str allhtml=doc3.documentElement.outerHTML
ShowText "" allhtml
;allhtml.setfile("...")

Hide table.

Code:
Copy      Help
int w1=win("Quick Macros :: View topic")
MSHTML.IHTMLElement table=htm("TABLE" "" "" w1 0 5 0x20)
table.outerHTML=""


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)