Potresti usare una finestra modale:
codice:
 function Modale() {
    var prop = "dialogWidth: 700px; dialogHeight: 400px; center: 1; scroll: 0; help: 0; status: 0;";
       if (document.all) {
          window.showModalDialog("win_ol.htm", null, prop);
       }
       else {
          alert("Questa funzione è compatibile solo con MSIE");
       }
  }

e poi nel body:
aaa