我有这个搜索表单,当你点击搜索时,它会把你带到新窗口!我在(窗口)的代码中搜索了一下,得到了这个!有什么解决方案吗?
// and open it in a new tab
window.open(url,'_newtab');
});
},我想让它打开相同的标签
发布于 2012-01-19 06:30:26
我认为是依赖于浏览器的,当你设置target='_blank‘时,他们中的一些人会在标签页上打开窗口。
https://stackoverflow.com/questions/8918388
复制相似问题