Thread: ASP.NET/Navigating to a bookmark on page

Navigating to a bookmark on page

bytes.com/topic/asp-net/answers/295452-navigating-bookmark-page


The html bookmark code is of the form

<A name='#bookmark1'></A>"

The server code that causes the browser to jump to it is

a script function that runs when the page loads

string script = "<SCRIPT

language='javascript'>location.href='#bookmark';</SCRIPT>"

;

Page.RegisterStartupScript("startupscript",script) ;





Re: Navigating to a bookmark on page

Scrollbars:


jsfiddle.net/KRmJG/





Re: Navigating to a bookmark on page

Jquery scrollbars:


www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html





Re: Navigating to a bookmark on page

ToolTip


flowplayer.org/tools/tooltip/index.html





Re: Navigating to a bookmark on page

jQuery Bubble Popup v.1.1


www.vegabit.com/jquery_bubble_popup/





Re: Navigating to a bookmark on page

Improved Animated Scrolling Script for Same-Page Links


www.learningjquery.com/2007/10/improved-animated-scrolling-script-for-same-page-links





Re: Navigating to a bookmark on page

It worked but required Jquery library:


flesler.blogspot.com/2007/10/jquerylocalscroll-10.html