網頁書簽
location.href=所到地方控件的id
eg:
<asp:Button ID="Button1" runat="server" Text="test8" OnClientClick="location.href='#down';return false;"/>
<a name="down"></a>或者一个控件的id
这样的话,点过Button1,页面的scrollbar将到down的位置
eg:
<asp:Button ID="Button1" runat="server" Text="test8" OnClientClick="location.href='#down';return false;"/>
<a name="down"></a>或者一个控件的id
这样的话,点过Button1,页面的scrollbar将到down的位置
posted on 2006-07-08 11:09 freeliver54 阅读(331) 评论(0) 编辑 收藏 举报