killkrog
Erfahrenes Mitglied
PHP:
<head>
<title>Page</title>
<script language="javascript">
<!--
function popup(url, breite, hoehe) {
links = (screen.width/2)-(breite/2);
oben = (screen.height/2)-(hoehe/2);
window.open(url,"popup", "width="+breite+", height="+hoehe+", status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = yes,fullscreen = no,top ="+oben+",left ="+links+"");
}
//-->
</script>
</head>
<body bgcolor="336799">
<img src="images/flash.jpg" width="120" height="60" onClick="popup ("url.htm", 200, 300)">
</body>
</html>
Er sagt er hätte in Zeile 26 nen Syntax-Fehler. Ich zupf mir gleich alle Haare einzeln aus. Was will der von mir?
MfG
Killkrog