<html>
<head>
<script>
function openPopup(){
window.open("http://www.godoro.com",
"_blank",
"left=100,top=100,width=800,height=600,scrollbars=auto");
}
</script>
</head>
<body>
<h1>JavaScript Belge Penceresi</h1>
<a href="#" onclick="openPopup()">Git</a>
</body>
</html>
Dosyayı İndir