I have tried with Iframe but I can only display the whole web page. I would like to display only a part of the page, a subdivision or even just a value of the page.
Thanks for your help ;)
I don't think iframe is a suitable tool to do that. But you can tweak the max-width, margin, height, width of the iframe to somehow display the targeted part.
Detailed info: https://www.dimpost.com/2012/12/iframe-how-to-display-specific-part-of.html
Alternatively, you can use jquery for the same. Here is an explanation: iframe to Only Show a Certain Part of the Page