CodeIgniter Forums
cannot access url using iframe - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: cannot access url using iframe (/showthread.php?tid=32949)



cannot access url using iframe - El Forum - 08-10-2010

[eluser]xare[/eluser]
I have read this forum for information related to iframes but have not found an answer to my problem.

For some reason I need to input an iframe at this page

http://www.limecreative.gr/site/#6

As you can see it gives a mistake at

<iframe src="http://www.limecreative.gr/site/index.php/ourpeople/show" width="1000" height="550" frameborder="0"></iframe>

But still the page is visible when accessed via browser.
http://www.limecreative.gr/site/index.php/ourpeople/show

Does anybody know why the iframe fails to show the url??

Bye


cannot access url using iframe - El Forum - 08-10-2010

[eluser]danmontgomery[/eluser]
I see "http://www.limecreative.gr/site/ourpeople/show", not "http://www.limecreative.gr/site/index.php/ourpeople/show". The former gives a 404, the latter loads normally.


cannot access url using iframe - El Forum - 08-10-2010

[eluser]xare[/eluser]
Thanks for some reason I have been pretty stupid. Now it works.