0
You can use jquery for this so that your answer is placed inside some div for example
HTML:
<div id='conteudo'> </div>
Javascript:
$('#centeudo').append(<div>SEU CONTEUDO CAPTURADO DO HTML AQUI</div>);
0
0
You can use jquery for this so that your answer is placed inside some div for example
HTML:
<div id='conteudo'> </div>
Javascript:
$('#centeudo').append(<div>SEU CONTEUDO CAPTURADO DO HTML AQUI</div>);
Browser other questions tagged javascript html css
You are not signed in. Login or sign up in order to post.
You would have to use AJAX, but you have to see if the requested page accepts CORS.
– Sam