oder dasHab wirklich keinen plan davon!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<title>...</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
//<![CDATA[
function aufruf(i) {
links = new Array("http://www.muster.de/", "http://www.beispiel.de/", "http://www.test.de/");
if(i == 0) j = new Array(links.length);
j[i] = window.open(links[i], "Fenster" + i, "content=10, width=310, height=400, screenX=0, screenY=" + i * 100);
setTimeout('j[' + i + '].close()', 10000);
if(i < (links.length - 1)) {
i++;
setTimeout('aufruf(' + i + ')', 2000);
}
}
//]]>
</script>
</head>
<body>
<a href="javascript:aufruf#(#0#);">Alles auf einen Klick</a><br />
</body>
</html>