我们还有其他选项可以在另一个窗口中打开url,比如jquery对话框ui或其他具有相同功能的东西,比如PHP的标题
header('Location: http://www.example.com/');
答案 0 :(得分:1)
您可以使用javascript open方法window.open(URL)
例如window.open('http://stackoverflow.com','','width=400,height=600')
答案 1 :(得分:0)
要理解你所要求的内容有点困难,但这样做能满足你的需求吗?
<a href="http://www.stackoverflow.com/" target="_blank">Open SO in a new window.</a>