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?