How to create (Back to Top) option at the bottom of the page

  • Hi,

    How to create (Back to Top) option at the bottom of the page, so that if the user clicks that, the report should goto its top.

  • I have not done this specifically,but there are bookmarks that can be set in SSRS that should do this for you.

  • Links to other sections on your page and a back to top are called anchor links.

    Your links (ie: Click here for bottom of page) should look like this:

    <a href="#bottom">Go To Bottom</a>

    thepropmart

    The destination on the page should have a tag like this:

    <a name="bottom">Welcome To Section 2!</a>

    kaamnagreensikka

    The beauty of this method is that once you have your tags set within your page, you can event call specific areas of your tagged page from outside pages like this:

    <a href="index.html#bottom">

    I hope this helps...

    Plz visit

    ritika

    kaamnagreensikka

    thepropmart

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply