Javascript中window.open target 跳转

target="_parent"   用   parent.locaton.href   

target="_top"  用   top.location.href

target="其它"  用   window.open("000000.htm","target的值");

window.location.href=""
 

你可能感兴趣的:(Javascript中window.open target 跳转)