想要一整个网页的纵向滚动条,现在的代码如下,只能显示出灰色滚动条,不可用。请帮忙看看 <HTML> 
<HEAD> </HEAD> 
<frameset border=0 cols="*,1024,*" frameborder="0"  style='overflow-y:scroll;height:680'> 
<frame src="about:blank" scrolling="no" noresize> </frame> 
<FRAMESET border=0 Rows="541, *" > 
<FRAME scrolling="no" noresize SRC="http://localhost/WEBMAP2000/FramePage.asp?QBar=0" NAME="FACE"> 
<FRAME scrolling="no" noresize SRC="BASE\bar.html" NAME="BAR"> 
</FRAMESET> 
<frame src="about:blank" scrolling="no" noresize > </frame> 
</HTML>