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 8675495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:57:48+00:00 2026-06-12T19:57:48+00:00

I realized that many of web app use # in their app’s URL. For

  • 0

I realized that many of web app use # in their app’s URL.

For example, Google Analytics.

This address is in the URL bar when I am viewing the visitor’s language page:

https://www.google.com/analytics/web/?hl=en#report/visitors-language/a33185827w60383872p61754588/

This address is in the address bar when I am viewing the visitors’ geolocation page:

https://www.google.com/analytics/web/?hl=en#report/visitors-geo/a33185827w60383872p61754588/

I think that this is the Google Analytics web app passing #report/visitors-language and #report/vistiors-geo.

I know that Google analytics is using an <iframe>. It seems that only the main content box is changing when displaying content.

Is # used because of the <iframe> functionality?

  • 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-06-12T19:57:49+00:00Added an answer on June 12, 2026 at 7:57 pm

    There are several answers but none cover the backend part.

    Here is a URL, one from your own example:

    www.google.com/analytics/web/?hl=en#report/visitors-language/a33185827w60383872p61754588/
    

    You can think about the post-hash (including the hash #) part as a client-side request.

    The web server will never know what was entered after the hash sign. It is the browser pointing to a specific ID on the page.

    For basic web pages, if you have this HTML: <a name="main">welcome</a>

    on a web page at www.example.com/welcome, going to www.example.com/welcome#main will scroll your browser viewport to the welcome text in the <a> HTML tag.

    The web server will not know whether #main was in the URL or not.

    Values in the URL after a question mark are called URL parameters, e.g. www.example.com/?foo=bar. The web server can deliver different content based on those values.

    However, there is a technology developed by Google called AJAX (Asynchronous JavaScript and XML) that makes use of the # part in the URL to deliver different content without a page load. It’s not using an <iframe>.

    Using JavaScript, you can trigger a change in the URL’s post-hash part and make a request to the server to get a specific part of the page, for example for the URL www.example.com/welcome#main2 Even if an element named #main2 does not exist, you can show one using JavaScript.

    A hashbang is #!. It is used to make search engine indexing easier by indicating that this part is a dynamic web page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Reviewing a stack trace of a non-responsive web-app, I realized that some of the
I've been trying to collect analytics for my website and realized that Google analytics
I've creating a Java Swing application and I realized that I have many many
I realized that appears this interface in .NET Framework 4.5 I was looking first
I realized that my application doesn't show up in searches on Google Play if
I just realized that this piece of code works well in Firefox but not
I'm on a team developing a financial information web app. We haven't written many
In light of the recent Gawker Media password leak , I've realized that many
After some time of doing Cucumber & RSpec BDD, I realized that many of
I want to create multiple matrices with numpy.zeros((N,M)). But I just realized that this

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.