Page 1 of 1

html code from a frame

Posted: Fri Feb 02, 2018 5:32 pm
by dilfich
Hi!
How to get html code from a frame? :shock:

Re: html code from a frame

Posted: Fri Feb 02, 2018 8:06 pm
by salvadordf
Use TChromium.RetrieveHTML with a frame name, identifier or interface as parameter. If you leave the name blank you will get the source from the main frame.

To get the names or identifiers use TChromium.GetFrameNames and TChromium.GetFrameIdentifiers.