load view within div tag using codeigniter
问题 I am using codeigniter for my website.i had a situation to load a view within another view.how could i do this.Codeigniter follows the MVC pattern so we cannot directly load the another view without the help of controller. here is my menuview page <table align="center" width="200" border="0" style="margin-left:160px"> <tr align="left"> <td ><input type="radio" id="R1" name="R1" value="1" />PieChart</td> <td><input type="radio" id="R1" name="R1" value="2" />BarChart</td></tr></table> <div