Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

html code from a frame

Post Reply
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

html code from a frame

Post by dilfich »

Hi!
How to get html code from a frame? :shock:
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: html code from a frame

Post 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.
Post Reply