Welcome Guest, Not a member yet? Register   Sign In
Multiple view loading not working in FF and IE
#1

[eluser]Acidrain[/eluser]
I dont know how this is possible, but when I load multiple views like so:

Code:
$this->load->view('mydesign/header');
$this->load->view('mydesign/content');
$this->load->view('mydesign/footer');

It loads only the header in IE and FF. Content and Footer is not loaded according to page source. Throws no errors either, that view file does not exist or w/e.
In Chrome it loads all three, how is this possible? Is it not server side? And not browser based?


Messages In This Thread
Multiple view loading not working in FF and IE - by El Forum - 09-28-2010, 09:44 AM
Multiple view loading not working in FF and IE - by El Forum - 09-28-2010, 10:01 AM
Multiple view loading not working in FF and IE - by El Forum - 09-28-2010, 10:11 AM
Multiple view loading not working in FF and IE - by El Forum - 09-28-2010, 10:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB