|
在框架集中的路径(src="")如何设置为某一个视图?
代码如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<frameset rows="*" cols="165,*" framespacing="0" frameborder="NO" border="0">
<frame src="??????? " name="leftFrame" scrolling="NO" noresize>
<frame src="1.php" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html> |
|