为什么框架连接的PHP页面无法显示,总是提示下载PHP文件
代码如下框架页面<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR...
代码如下
框架页面
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>管理中心</title>
</head>
<frameset rows="64px,*" border="0">
<frame src="top.html" noresize="noresize" name="top" />
<frameset cols="200px,*">
<frame src="left.html" noresize="noresize" name="left" />
<frame src="index.php" noresize="noresize" name="right" />
</frameset>
</frameset><noframes></noframes>
</html>
PHP页面名字就是index.php 展开
框架页面
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>管理中心</title>
</head>
<frameset rows="64px,*" border="0">
<frame src="top.html" noresize="noresize" name="top" />
<frameset cols="200px,*">
<frame src="left.html" noresize="noresize" name="left" />
<frame src="index.php" noresize="noresize" name="right" />
</frameset>
</frameset><noframes></noframes>
</html>
PHP页面名字就是index.php 展开
3个回答
2012-03-30 · 知道合伙人软件行家
关注
展开全部
1. 检查服务器是否支持PHP脚本解析。
2. 据我的经验,如果网页文件后缀名不是php,那么写在里面的php代码是不会执行的。
建议使用iframe。
2. 据我的经验,如果网页文件后缀名不是php,那么写在里面的php代码是不会执行的。
建议使用iframe。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询