El Forum
06-01-2010, 11:28 PM
[eluser]max123[/eluser]
I want to load a view file inside an iframe. So how can I give the path to "src" property. In codeigniter view has to be loaded through a controller
eg
I want to load a view file inside an iframe. So how can I give the path to "src" property. In codeigniter view has to be loaded through a controller
eg
Code:
<iframe src ="view1.html" width="20%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>