Click here to Skip to main content
15,912,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Anybody knows about that,"What does the meaning '#' (Hash) in query string?".

Thanks,
Posted

1 solution

For example, in page2.html, you have a section marked as "tip" like this:
<a id="tip">Useful Tips</a>

To navigate to this section from other pages, include this in these other pages:
<a href="page2.html#tip">Visit useful tip section in page2.html</a>
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900