2014-03-24 59 views

回答

0

您想在新标签页中打开链接的代码运行?

给_tab创建一个新标签。

var w = window.open('/offerte/<?php echo $debiteur ;?>.pdf','_tab','fullscreen=yes'); 

window.open("http://www.youraddress.com","_self") 

新标签

window.open("http://www.youraddress.com","_tab") 

我希望任何的例子可以帮你解决这个问题。

相关问题