使用网页框架frameset,分成top,left.right,统计登陆人数在top.jsp中,能显示吗
展开全部
分别列出三个文件的内容如下:
(1) frame.html
<frameset rows="30%, 70%">
<frame name="topframe" src="top.html">
<frameset cols="40%, 60%">
<frame src="left.html">
<frame src="main.html">
</frameset>
</frameset>
(2) top.html
<input type="text" value="abc" id="abc">
(3) main.html
<input type="button" onclick="changeValue();">
<script>
function changeValue(){
parent.topframe.abc.value='I have be changed!!!';
}
</script>
(1) frame.html
<frameset rows="30%, 70%">
<frame name="topframe" src="top.html">
<frameset cols="40%, 60%">
<frame src="left.html">
<frame src="main.html">
</frameset>
</frameset>
(2) top.html
<input type="text" value="abc" id="abc">
(3) main.html
<input type="button" onclick="changeValue();">
<script>
function changeValue(){
parent.topframe.abc.value='I have be changed!!!';
}
</script>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询