Page 1 of 1

Hml webpage doesn't load

Posted: 23 Aug 2019, 08:35
by thepepp
hello. I have the following code to chenge one frame in the webpage and it works fine.
fr1 :=IE.document.frames[13]
fr1.navigate("http blablabla ")
Broken Link for safety

then I need to parse one of the tables in that page. Unfortunately, even though I see all the info in the browser, the HTML of the page seems to be incomplete.

Code: Select all

test := fr1.document
FileAppend,%test%,%A_ScriptDir%\Test.txt
the file Test.txt is different from what I find when right clicking the webpage in the browser and inspect element.

how do i find the whole html?
thanks in advance