I need to create an application that opens a series of sections in the page in which the content of each section is a specific web page contained in a configuration file.
I have tried Iframe but it does not work because most of the web pages refuse to connect for different reasons:
- Refused to display ‘https://…my web site…/’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.
or - Refused to frame ‘https://… another web site …/’ because an ancestor violates the following Content Security Policy directive: "frame-ancestors ‘self’ *… web site …
Then I tried to read myself the content of the web sites and put as srcDoc in the Iframe. I see something in this case but all the figures and css are not resolved, of course.
I tried to use the myBrowser object but this just open a new browser with the lin I specified. After opening I have no possibility to set in a specific position or mae it without menu etc.
Is there a way to have an object browser of dash that then can be controlled (size, position, url etc) ?
This is what I would like to realize: