php - Yii: Redirect in controller to external site in new tab -


is possible redirect external url inside yii controller , open new page in new tab?

$this->redirect("http://www.google.com"); 

this works fine, opens in same tab. there way open url in different tab?

thanks

opening new tab on redirect isn't related server. can't force server open new tab when redirect. therefore should control in client side. example can add target: "_blank" attribute inside links.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -