标签:js target
location是没办法设置target的。location就是本地本页的意思,只能设置本页的指向,如果界面中用到iframe那么可以这样:
parent.frames["iframe的name"].window.loaction.href="a.jsp";
js中window.location.href解决target的问题
原文地址:http://blog.csdn.net/menghuannvxia/article/details/39082533