Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to view specyfied table in IE ,using qm ?
#2
Easiest is when you already have whole page displayed in IE. Then you can simply replace BODY inner html to TABLE html.

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)