954,597 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

iframe with include

We have a client that came to us, and his admin panel is using a iframe system,

<html>
<head>
<title>Administration Area</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<frameset cols="180,*" frameborder="NO" border="0" framespacing="0">
  <frame src="menu.php?id_mnu=prd" name="leftFrame" frameborder="yes" scrolling="YES" noresize>
  <frame src="landing.php" name="mainFrame" frameborder="yes" bordercolor="#000000">
</frameset>
<noframes><body>

</body></noframes>
</html>


Now I'm loading landing.php into the "content" i frame, within landing.php i have a php include, yet its saying that the file doesn't exist but it does and its in the right directory. Is doing this even possible? Landing.php is running a jquery tab system and for each tab I want to include a new file.

So can this be done with iframe?

Thanks
-BaSk

BaSk
Newbie Poster
23 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

These are not iframes. They are the old frame system, now deprecated.

However there is nothing special about the php scripts. Both menu.php and landing.php can include whatever files they want. There must be something else that is causing the problem. It has nothing to do with layout/frames which are client-side.

spacific
Newbie Poster
5 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: