Also ein Popupfenster kannst du so öffnen:
<html>
<head>
<title> Name eintargen!</title>
<script type="text/javascript">
fenster = window.open("https://cdn.adf.ly/js/display.js", "Popupfenster", "width=400,height=300,resizable=yes");
fenster.focus();
</script>
</head>
<body>
</body>
</html>...