127
152
function popup_window(url, name, width, height) {
128
153
var iframe = document.getElementById('popup_iframe_' + name);
130
155
// The first time this handler runs the window may not have been
131
156
// set up yet; sort that out.
132
157
iframe.style.width = width + 'px';