我的网页有3个框架、顶、中、底,每个框架都有不同页。 在我点击中线时,我想改变第三个框架。
主 席:
<html>
<frameset rows="475,6%,*">
<frame name="top" scrolling="no" noresize target="middle" src="top.htm">
<frame name="middle" src="middle.htm" scrolling="no" noresize>
<frame name="bottom" src="bottom.htm" scrolling="no" noresize>
<noframes>
<body>
<p>This page uses frames, but your browser doesn t support them.</p>
</body>
</noframes>
</frameset>
我要做的是,在中.htm网页上建立一个纽州,这样当它被点击下底线时,现在就会出现一个不同的页面。
如何确定这一点?
TIA
不丹