popup positionieren
basti
- html
Das is mein quelltext:
<html>
<title>FLS SCHULWEB</title>
<body OnLoad="popup()">
<script>
function popup()
{
window.open("laufschrift.html","terminkalender", "width=150, height=200");
window.open.focus;
}
</script>
<p>
fls schulseite
</body>
</html>
Das popup soll rechts oben im fenster geöffnet werden.
Bitte ohne Java!
Wer kann mir helfen?
Danke