打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
CodeIgniter不能使用Frameset或Iframe?解决方法

CodeIgniter不能使用Frameset或Iframe 解决方法

(2009-08-26 17:25:18)
在控制器里写显示各个view 的方法
PHP
class Welcome extents Control
{
function index() {
$this->load->view('admin/index');
}
function top() {
$this->load->view(’admin/top‘);
}
function menu() {
$this->load->view(’admin/menu‘);
}
function main() {
$this->load->view(’admin/main‘);
}
function bottom() {
$this->load->view(’admin/bottom‘);
}
}
admin/index.php内容:
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head><title> 在线目录后台 </title>
<meta http-equiv="Content-Type" c>
</head>
<frameset rows="60,*,27" frameborder="no" border="0" framespacing="0">
<frame src="Welcome/top" name="topFrame" scrolling="no">
<frameset rows="*" cols="0,*" name="ecc" framespacing="0" frameborder="no" border="0">
<frame src="Welcome/menu" name="mainFrame" border="0" scrolling="no">
<frame src="Welcome/main" name="rightFrame" scrolling="auto">
</frameset>
<frame src="Welcome/bottom" name="bottomFrame" scrolling="no">
</frameset>
</html>
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存
猜你喜欢
类似文章
网传日耗100亿个,二维码真的有“用光”那一天吗?
白话通解《道德经》(全本)
摄影:前往美丽的云南途中与喜来登宾馆(2)
《西游记》高频考点汇总
会调情的男人,永远让女人上瘾,学习幽默聊天,让对方越来越爱你,懂
元气大耗三伏天,一碗回血汤,养出气血充盈
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服