リスト2:サイズを固定した別ウィンドウを開く
function ShowWindow(url) {
window.open(url, '_blank', 'toolbar=no,
vspace=no, scrollbars=no,
width=640, height=480');
} ↑幅と高さを指定
本文へ戻る