Display the result of a request

Good morning,
I need to insert the result of a request in my web site. Is there a way to do in with Elements?
The request URL is:

So the result is just a list…
Thanks in advance
Alexandra Bac

Hi Alexandra,

There’s a simple way. Create a Custom HTML component and paste an iframe into the Template box that points at that URL.

Here’s how to create the component:

<iframe src="https://haltools.archives-ouvertes.fr/Public/afficheRequetePubli.php?auteur_exp=Alexandra%2C+Bac&idHal=alexandra-bac&CB_auteur=oui&CB_titre=oui&CB_article=oui&langue=Anglais&tri_exp=annee_publi&tri_exp2=typdoc&tri_exp3=date_publi&ordre_aff=TA&Fen=Aff&css=../css/VisuRubriqueEncadre.css" width="100%" height="800" style="border:0"></iframe>

Tweak the height until the list fits. If the page stays blank, that site may be blocking embeds — ping us and we can look at another option.

Cheers

Thanks you so much - I didn’t know about this custom HTML possibilities. Great !