用php的写了个网站,后台登陆用的是frame框架,在我本地能够登陆上,放到服务器显示是空白是什么原因?
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Frameset//EN""http://www.w3.org/TR/xhtml1/DTD/...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.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="127,*,11" frameborder="no" border="0" framespacing="0">
<frame src="./?act=main.top" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" />
<frame src="./?act=main.center" name="mainFrame" id="mainFrame" />
<frame src="./?act=main.down" name="bottomFrame" scrolling="no" noresize="noresize" id="bottomFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html> 展开
<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="127,*,11" frameborder="no" border="0" framespacing="0">
<frame src="./?act=main.top" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" />
<frame src="./?act=main.center" name="mainFrame" id="mainFrame" />
<frame src="./?act=main.down" name="bottomFrame" scrolling="no" noresize="noresize" id="bottomFrame" />
</frameset>
<noframes>
<body>
</body>
</noframes>
</html> 展开
2个回答
展开全部
src="./?act=main.top" 应该是./?这个问题,你本机的默认文档的顺序与服务器的不一致.
把 src="./?act=main.top" 改成完整格式,比如 src="./index.php?act=main.top" 应该就可以了.
把 src="./?act=main.top" 改成完整格式,比如 src="./index.php?act=main.top" 应该就可以了.
更多追问追答
追问
这个已经试过了,换成绝对路径也不行,换成相对的也不行,但是如果在body里面加些内容的话内容倒是能够显示,文件应该是读到了
追答
查看一下网页源代码(在浏览器输出后的HTML源代码),如果在DOCTYPE声明之前就有内容输出了,框架就会失效.
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询