Navigate to specific location on page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am trying to link to a specific location on a page using a named anchor. I also have some parameters attached to the query string. I am having problems getting the page to display the correct portion of the page when it loads

I have a few named anchors on the page using the following format <a name="branding"></a>Then some text here. In the URL I have http://mysite.com.au/default.aspx?id=1#branding when I load this page it does scroll down a little bit but not to the correct location

Can anyone give me a pointer to what I am doing wrong

Thanks.
 
You are doing it right.

Its abt the length of the page. It wil scroll down to the end of the page
maximum. If it take more to reach your <a name> then it wont.

Cheers!
Rajiv. R
Rajspace.Org

--
Cheers!
Rajiv. R
Rajspace.Org

Linda Wienholt said:
Hi,

I am trying to link to a specific location on a page using a named anchor.
I also have some parameters attached to the query string. I am having
problems getting the page to display the correct portion of the page when it
loads.
I have a few named anchors on the page using the following format <a
name="branding"></a>Then some text here. In the URL I have
http://mysite.com.au/default.aspx?id=1#branding when I load this page it
does scroll down a little bit but not to the correct location.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top