window.open
親ウィンドウを呼び出すと、リフレッシュされます。これを防ぐ方法については何も見ていません。どんな助けでも大歓迎です。
left = Number((screen.width/2)-(730/2)),
top = Number((screen.height/2)-(450/2));
var windowFeatures = 'location=0,menubar=0,resizable=0,scrollbars=0,status=0,width=700,height=500,top='+top+',left='+left;
window.open('access-modal.html', '', windowFeatures);
win.moveTo(left, top);