本文介绍了使用response.redirect()调用特定页面时滚动条到页面中的特定部分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的要求是我有2页page1.aspx和page2.aspx现在我在page1.aspx上有一个按钮,当按下该按钮时服务器端代码我写的

My requirement is i have 2 page page1.aspx and page2.aspx and now i have a button on page1.aspx when that button is pressed in the server side code i written

Response.Redirect(" page2.aspx");

现在我想要打开page2.aspx页面,立即移动到页面的最后一部分,我的意思是滚动到特定的部分/ div ..

Now i want to open page2.aspx page and immediatly move to last section of the page i mean scroll to particular section/div..

任何人都可以帮助我..

can anyone help me out please..

 

推荐答案

阅读
http://stackoverflow.com/questions/4623727/redirecting-to-a-page-with-placeholder

如果有帮助,请标记这是一个答案。

If it help you, please mark this as an answer.

谢谢!


这篇关于使用response.redirect()调用特定页面时滚动条到页面中的特定部分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 04:46