mariamada
08-28-2003, 06:23 AM
Hallo,
I've been helped yesterday with a piece of script, that goes like this:
<script type="text/javascript">
<!--
windows = new Array();
for (i=1; i<=10; i++) {
url = ['http://www.public-property.com].join (i);
geometry = ['height=350,width=250,top=', 10*i, ',left=', 10*i].join('');
windows.push(window.open(url, '', geometry));
}
// -->
</script>
What I don't know, is how to do so, that in each popup a different link opens and not the same in all popups.
HLP!
I've been helped yesterday with a piece of script, that goes like this:
<script type="text/javascript">
<!--
windows = new Array();
for (i=1; i<=10; i++) {
url = ['http://www.public-property.com].join (i);
geometry = ['height=350,width=250,top=', 10*i, ',left=', 10*i].join('');
windows.push(window.open(url, '', geometry));
}
// -->
</script>
What I don't know, is how to do so, that in each popup a different link opens and not the same in all popups.
HLP!