vendredi 23 mars 2018

Laravel Display Iframe of a Webpage

I would like to ask if this is possible to do in a framework like Laravel 5. What I want to achieve is to display an iframe of a certain website but the problem is laravel seems to be breaking the page by completing the urls that came with the html data im trying to display on the view. this is doable in a native approach but is it possible with frameworks. here is a snippet of my code.

post_request = httpFunc('POST','url_of_webpage',data);

$('#paynamics-window').contents().find("html").html(html-string);



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire