用户
 找回密码
 入住 CI 中国社区
搜索
12
返回列表 发新帖
楼主: fyp83
收起左侧

[已解决] ++++++紧急求救+++++++++为什么CodeIgniter不能使用Frameset或Iframe????

[复制链接]
发表于 2009-6-5 10:12:14 | 显示全部楼层
本帖最后由 huapiaoxiang 于 2009-6-5 11:58 编辑

这是木头教我的方法,上面的好像不能,但是下面这种100%能用!!!

就是这样的,,框架困扰了我好长时间。,  -     -! 还好木头大力帮助下,总算是搞定了!!!
发表于 2009-6-5 10:17:26 | 显示全部楼层
呵呵,直接用 site_url() 就可以了,记得要装载 url helper
发表于 2009-6-5 11:58:09 | 显示全部楼层
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="<?php echo $this->config->site_url();?>/Welcome/top" name="topFrame" scrolling="no">
  <frameset rows="*" cols="0,*" name="ecc" framespacing="0" frameborder="no" border="0">
    <frame src="<?php echo $this->config->site_url();?>/Welcome/menu" name="mainFrame" border="0" scrolling="no">
    <frame src="<?php echo $this->config->site_url();?>/Welcome/main" name="rightFrame" scrolling="auto">
  </frameset>
  <frame src="<?php echo $this->config->site_url();?>/Welcome/bottom" name="bottomFrame" scrolling="no">
</frameset>
</html>
 
复制代码


没怎么发过贴,不大懂!!!重新发一下,
发表于 2010-5-16 15:21:59 | 显示全部楼层
楼上几位大哥,帮帮我啊,我怎么弄都是个白板,郁闷啊!用不上框架都是INCLUDE,心里很烦啊!
发表于 2010-5-16 15:28:29 | 显示全部楼层
OK,花了好些时间,仔细查看,发现<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">有问题。解决了。
发表于 2010-11-17 10:13:10 | 显示全部楼层
正事我想要的东西

本版积分规则