<!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>集成办公系统 1.0</title>
</head>
<frameset rows="76,*,20" frameborder="1" framespacing="0" border="1">
<frame name="top" id="top" frameborder="1" scrolling="no" noresize="noresize" src="http://127.0.0.1/index.php/top">
<frameset cols="176,*" border="1" frameborder="1" framespacing="0">
<frame name="menu" id="menu" frameborder="1" scrolling="no" noresize="noresize" src="http://127.0.0.1/index.php/menu">
<frame name="body" id="body" frameborder="1" scrolling="no" noresize="noresize" src="http://127.0.0.1/index.php/main">
</frameset>
<frame name="status" id="status" frameborder="1" scrolling="no" noresize="noresize" src="http://127.0.0.1/index.php/foot">
</frameset>
</html>
those code are right.
thanksa lot , 本帖最后由 shanke521099 于 2011-4-3 09:48 编辑
回复 8# Hex
试了几百遍啊。几百遍。。。
原来把fram页面的格式用记事本改为utf-8就不可以
把fram页面格式用记事本改为 ansi 就可以。 给你看看我写的
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>内容管理系统</title>
<style>
body
{
scrollbar-base-color:#C0D586;
scrollbar-arrow-color:#FFFFFF;
scrollbar-shadow-color:DEEFC6;
}
</style>
</head>
<frameset rows="60,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="<?php echo site_url('admin/admin/top');?>" name="topFrame" scrolling="no">
<frameset cols="180,*" name="btFrame" frameborder="NO" border="0" framespacing="0">
<frame src="<?php echo site_url('admin/admin/menu');?>" noresize name="menu" scrolling="yes">
<frame src="<?php echo site_url('admin/admin/main');?>" noresize name="main" scrolling="yes">
</frameset>
</frameset>
<noframes>
<body>您的浏览器不支持框架!</body>
</noframes>
</html> 回复 12# shanke521099
呵呵,根据经验来说,你这多半是马虎造成的,你可以把你的项目打包发上来,我帮你看看。
页:
1
[2]