I have an email tutorial in HTML. How to make an application in Delphi7, to select and load the desired section of the HTML-structure. Type, button1-textbook, kn2-test, etc. and so on. Help, please. Maybe the source will be grateful!

    1 answer 1

    What prevents to do through TWebBrowser. Throw it on the form, add your buttons and on OnClick at the buttons hammer in the code

    ///Для первой .... Webbrowser1.Navigate('file:///D:/HTML/1.html'); .... ///для второй ... Webbrowser1.Navigate('file:///D:/HTML/2.html'); ... 

    Naturally, you indicate the path based on which pages you need to link to and where you are at. Well, the link is still Opening local files in TWebBrowser