这个办法肯定可以。<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function kai() {
window.location.href="#r2"
}
//-->
</SCRIPT>
</HEAD>
<BODY onload="kai()"><P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>ss</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>&nbsp;</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<P>s</P>
<a name=r2>s</a>
<P>&nbsp;</P></BODY>
</HTML>

解决方案 »

  1.   

    <body style="overflow:hidden">
    <body style="overflow-x:hidden">
    <body style="overflow-y:hidden">visible :
    Default. Content is not clipped and scroll bars are not added. Elements are clipped to the size of the containing window or frame. 
    scroll :
    Content is clipped and scroll bars are added, even if the content does not exceed the dimensions of the object. 
    hidden :
    Content that exceeds the dimensions of the object is not shown. 
    auto :
    Content is clipped and scrolling is added only when necessary.