Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7415345
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:17:04+00:00 2026-05-29T07:17:04+00:00

I have a page with a URL that includes a hash value (www.mysite.com/#123). What

  • 0

I have a page with a URL that includes a hash value (www.mysite.com/#123).

What I want to do is use that value to determine what is displayed on the page – much like using a querystring.

I am using the hash value because the content on the page can be changed client side (I am avoiding page reloads where possible) – if the user then links to another page and uses the back button to return, I need to use the hash value to display the page as it was when they left it.

So I’m looking for an if statement that will look something like this:

if hashvalue = 123 then
    Do this
else
    do that
End if

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T07:17:05+00:00Added an answer on May 29, 2026 at 7:17 am

    You have to use JavaScript window.location.hash attribute.

    For instance,

    <script type="text/javascript">
            window.onhashchange = function () {
                var hash = window.location.hash;
                switch (hash) {
                    case "#120": alert("One"); break;
                    case "#121": alert("Two"); break;
                }
            };
        </script>
    </head>
    <body>
        <form id="form1" runat="server">
          <a href="#120">One</a>
          <a href="#121">Two</a>    
        </form>
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page with URL that is dynamic. Let's call it view post
I have a uiwebview that sends its loaded page url to a uitableview to
I have an absolute URL, and the URL that a link on that page
I have a functional JSP page that accepts URL parameters and updates a table
I have a page that contains an iFrame point to a URL with parameters.
I already have a function on my page that produces url from curl. I
I have a php page that takes in a bunch of url parameters and
I have a web page, that redirects to the desired destination url using: <meta
I have a script on my page that checks the url for the word
I have a link in a page that goes like this: Url.Action(List, Item, new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.