<html>
<head>
<script>
</script>
</head>
<frameset cols="30%,30%,40%">
<frame name="topLeft" >
<input type="text" id="firstInput" />
<input type="text" id="forthInput" />
<input type="text" id="fifthInput" />
<input type="text" id="sixthInput" />
<input type="text" id="seventhInput" />
</frame>
<frame name="topMiddle" >
<input type="text" />
</frame>
<frame name="topRight" >
<input type="text" />
</frame>
</frameset>
</html>
上面这个代码,在浏览器显示这样
为什么其中的input标签没有显示呢?谢谢。
相关分类