codice:
<script type=\"text/javascript\">
html = '<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">'
+ '\\r\\n' + '<html>'
+ '\\r\\n' + '<head>'
+ '\\r\\n' + '</head>'
+ '\\r\\n' + '<body> QUI CI SCRIVO DELLA ROBA DA PHP...'
+ '\\r\\n' + '</body>'
+ '\\r\\n' + '</html>'
pop = window.open('','pop','width=340px,height=350px,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,menubar=no,copyhistory=no');
pop.focus();
pop.document.open('text/html');
pop.document.write(html);
</script>