- 主题:我使用frameset,却没有显示出任何的框架和边界,为什么呢?
我有一个很简单的html网页,签入了一个frameset和两个frame。
<html>
<body>
<frameset cols="25%,70%" rows="150,300">
<frame>
<button name="button1">btn01</button>
<input type="submit" value="Submit" />
</frame>
<frame>
<button name="button2">btn02</button>
</frame>
</frameset>
</body>
</html>
但是用chrome和IE看,没有看出有两个frame,也没有显示出任何的边框来。
这是为什么,我的代码哪里有问题?
thx
--
FROM 222.126.214.*
1) if frameset is used, use no body;
2) inside frame is no conent; use the "src" attribute of frame instead.
【 在 sedelick (sedelick) 的大作中提到: 】
: 我有一个很简单的html网页,签入了一个frameset和两个frame。
: <html>
: <body>
: ...................
--
FROM 209.51.90.*
加个doctype试试
--
FROM 122.13.85.*