fammi capire... vuoi aprire + popup nella stessa pagina?

se è così poui fare un script di questo tipo:

<!-- FUNZIONE POPUP
function winpopup(url, largh, alt, posx, posy) {
window.open(url,"","width =" + largh + ",height =" + alt + ",top=" + posy + ",left=" + posx )
}
// -->

poi la apri così o dal form, per esempio

apri la popup

Così se ne aprono tante....ammesso ke sia questo il tuo problema