blob: 626bcde11917eb8dbcd548c5f844dfe3a31ccdee [file] [log] [blame]
<html>
<head>
<title>Popup test page</title>
<script type="text/javascript">
function spawnWindows() {
window.open('navigate/one.html');
window.open('navigate/two.html');
window.open('navigate/three.html');
}
</script>
</head>
<body onload="spawnWindows()">
Spawning three popup windows...
</body>
</html>