<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script>
function createDocument(){
var popup=window.open("","_blank",
"left=100,top=100,width=800,height=600,scrollbars=auto");
popup.document.writeln(
"<html>"+
" <body>"+
" <h1> Canlı İçerik </h1>"+
" </body>"+
"</html>"
);
}
</script>
</head>
<body>
<h1>JavaScript Belge Yazma</h1>
<a href="#" onclick="createDocument()">Oluştur</a>
</body>
</html>
Dosyayı İndir