框架网页中的内容控制代码<!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=gb2312" />
框架网页中的内容控制代码
<title>main</title>
框架网页中的内容控制代码
</head>
框架网页中的内容控制代码
<frameset cols="*,*" frameborder="yes" border="3" framespacing="3">
框架网页中的内容控制代码  
<frame src="left_news.html" name="a" id="a" title="leftFrame" />
框架网页中的内容控制代码  
<frame src="news.html" name="b" id="b" title="mainFrame" />
框架网页中的内容控制代码
</frameset>
框架网页中的内容控制代码
<noframes><body>
框架网页中的内容控制代码
</body>
框架网页中的内容控制代码
</noframes></html>


_______________________________________________________________________
主页面代码
_______________________________________________________________________

框架网页中的内容控制代码<!--[1,60,3] published at 2006-04-07 10:15:08 from #012 by system-->
框架网页中的内容控制代码
<html>
框架网页中的内容控制代码
<head>
框架网页中的内容控制代码
<meta http-equiv="content-type" content="text/html; charset=gb2312">
框架网页中的内容控制代码
<title>走马灯</title>

_______________________________________________________________________
右侧网页news.html代码
_______________________________________________________________________

 

框架网页中的内容控制代码<!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=gb2312" />
框架网页中的内容控制代码
<title>无标题文档</title>
框架网页中的内容控制代码
</head>
框架网页中的内容控制代码

_______________________________________________________________________
左侧网页left_news.html代码
_______________________________________________________________________

_______________________________________________________________________
左侧网页left_news.asp代码
js代码写在ASP中有两点要注意:
一\不要有换行符
二\不要有双引号 符合asp语法就行 可以用""或'来代替js中的"
_______________________________________________________________________


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2021-12-17
  • 2022-01-19
猜你喜欢
  • 2021-08-19
  • 2022-02-14
  • 2021-08-29
  • 2021-11-27
  • 2021-12-19
相关资源
相似解决方案