Can I link to a section of text in an aspx page?

G

Guest

If the page was straight html I could do the following...

<A id="apples"> here is some text about apples...</a>
within the page, then creating a link to the section from another page would
look something like...

<a href="pageoffruit.html#apples">go to apples</a>

But this doesnt seem to work in an aspx page, focus is always at the top of
the page. Are there any other ways I can link to a section in another aspx
page?

Many thanks
 
B

Bruno Alexandre

instead
<a id="apple">

use

<a name="apple">

and it should work, cause it works fine with me ;-)
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top