Hallo!
Ich habe das Problem, das ein simples Popup-Script im IE 6.0 nicht mehr funktioniert. Warum, weiß ich nicht. Mit Mozilla läuft es problemlos.
Hier der Code:
*************
<head>
[...]
<script type="text/javascript">
<!--
function open_window() {
window.open('/newsletter/formel-nl.php', 'Aktueller Punktestand', 'left=100, top=200, width=300, height=300, toolbar=no, status=no, scrollbars=no, resize=no, menubar=no');
}
// -->
</script>
</head>
<body id="background" onload="open_window()">
**************
Dieser Code steht im Frame eines 2teiligen Framesets.
Früher hat es funktioniert, und ich glaube nicht, dass ich irgendetwas Entscheidendes daran verändert habe, aber jetzt läuft es im Internet Explorer nicht mehr.
Danke für Tipps,
Christian