Asto: [Pop-up] Mozilla Funkitioniert, IE Nicht

Beitrag lesen

Hallo allerseits.

Ich wundere mich nun seit einer guten halben Stunde wieso der Folgende Source im Mozilla ein pop-up öffnet und im IE nicht.

<html>
<head>
  <script type="text/javascript">
 function openWindow(section,query)
 {
  window.open(section + ".html" + query,"banane","width=100,height=200,left=0,top=0,statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
  return false;
 }

</script>
</head>
<body>
<a href="" onclick="var section='./test'; var query='?'; openWindow(section,query);">Pop-up</a>
</body>
</html>

Danke im Voraus schonmal für eure Antworten.