CodeIgniter Forums
Display a view page in the div element - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Display a view page in the div element (/showthread.php?tid=73076)



Display a view page in the div element - Gaurav Juneja - 03-15-2019

I am working on some project using codeIgniter. I got stuck with a small UI part. I was asked to display page in the particular div element instead of displaying it in the new tab.

Can anyone provide me the solution for that ?


RE: Display a view page in the div element - InsiteFX - 03-16-2019

You need to explain the problem better.

Where is the view coming from?
Is this a CodeIgniter View?
etc;