紧急求助!!!

我将窗口分为两个框架,想在其中的一个框架中通过一个按钮来控制别一个框架的显示或隐藏,请问该怎么控制? 在线等待,谢!

---------------------------------------------------------------

1 style.display = "none"

2 cols = "0,*"
---------------------------------------------------------------

给被控frame1起个ID,在另一个frame2里的button的onclick事件里把frame1的visible更改即可。

Published At
Categories with Web编程
Tagged with
comments powered by Disqus