ウィンドウ名.blur() myWindow.blur()
function changeWin() { window.focus(); }
ここでは、JavaScriptによって、現在のウィンドウを他のウィンドウの後ろに回るように指示しています。
Top / Home / Index / Next