Javascriptでwindow.open targetジャンプ

236 ワード

target="_parent"       parent.locaton.href   

target="_top"      top.location.href

target="  "      window.open("000000.htm","target  ");

window.location.href=""