uso questo codice per aprire un popup 400x400 ma non compare la scrollbar...
come faccio a farla comparire?
il testo è sempre più lungo della finestra in verticale e viene mozzato!!


function apri(url, w, h) {
var windowprops = "width=" + w + ",height=" + h;
popup = window.open(url,'remote',windowprops);
}

.........
.........
.........



return "<div style=\"width:100%;height:100%;background:$row_eve nt->colore\"><a href=\"javascript:apri('dettagliop.php?id=$id',400 ,400);\">$row_event->cognome</a></div>";