Hi,
I would like to display an element (div) of another web page, hosted on a owned sub domain…
I was planning to use iframe, but it seem that iframe
only allow to grab the entire page… any ideas ?
Thanks.
Hi,
I would like to display an element (div) of another web page, hosted on a owned sub domain…
I was planning to use iframe, but it seem that iframe
only allow to grab the entire page… any ideas ?
Thanks.
@[email protected] & @[email protected]
Thank you for your input !
I’ve finally
usedbeen forced to use https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API andDOMParser().parseFromString()
I say forced, because so far it’s only that Prehistoric JS available for the front-end, HOPEFULLY there is some coming kick-ass technology to get rid of JS --> https://brython.info ❤️
Never used brythom but I’m aware of it, what’s the pros?
You can interact with the HTML DOM with Python !!!