CodeIgniter Forums
URL LINK OPEN IN NEW TAB - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: URL LINK OPEN IN NEW TAB (/showthread.php?tid=66280)



URL LINK OPEN IN NEW TAB - lemad - 10-02-2016

Hello,


The urls (echo base_url('controleur/methode'), echo site_url('controleur/methode'), anchor('controleur/methode')) of my website codeigniter 3.1.0 opens in a new tab, even with the attribute (target = "_parent").

I want that the view is displayed in the parent page and not a new tab.


Someone did - it a solution?


RE: URL LINK OPEN IN NEW TAB - InsiteFX - 10-03-2016

Then you must have your web browser set to open pages in a new tab.