Is there any way to open responseText
directly in a new window? I explain:
The code I use sends data to a PHP file that returns N messages. If I do the following alert(event.target.responseText);
it returns me in the alert return HTML, as below:
Is there any way to open this normal HTML, even on the same page?