Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting table from JavaScript
#1
Guys,

How can i copy a table in javascript?

I tried the code below but it's not working =(

Macro Macro33
Code:
Copy      Help
out
HtmlDoc d
;g1
d.InitFromWeb("https://datatables.net/examples/data_sources/js_array.html")

rep 10 ;;wait for the javascript to finish
,1
,str s=d.GetHtml("table" "example")
,1
,err out "waiting"; continue
,break
if(!s.len)
,out "RETRY"
,goto g1

out s

Help!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)