[eluser]ephlodur[/eluser]
I'm sure that is not the problem if I call the view from the controller it work fine for my first page.
now what I have it's a view that load a few iframe but so far I cannot use the form_open inside that iframe..
if I load the iframe without the php form_open('name') it all work fine it appear that the base url change when I go in the iframe as I need to pass the full server url for it to work.
can anybody point what I'm doing wrong...
is it possible to load a view from another view not from the controller?