<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body><a href="javascript
:multipopup(['bla.htm','bla2.htm','bla3.htm'])">Click me plz</a>
<script language="javascript">
<!--//
function multipopup(where) {
var total = where.length;
alert(total); // How much Windows Sir?
x=0;
for(x=0;x<total;x++){
var mypopups = window.open('"'+where[x]+'"', "page"+x, "width=400, height=400, status=no, scrollbars=no, toolbars=no, menubar=no");
}
}
//-->
</script>
</body>
</html>
Bookmarks