473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

meaning of "#" within a URL

Does anyone know the meaning of "#" within a URL ?

I have seen URLs where "#" is being used a separator of some kind, similar
to how "&" is used ...

Is this meaningful within HTTP itself ? Or has the website just been coded
to parse the "#" ?
Jul 5 '06 #1
2 1240
"John A Grandy" <johnagrandy-at-yahoo-dot-comwrote in message
news:OL****************@TK2MSFTNGP03.phx.gbl...
Does anyone know the meaning of "#" within a URL ?
Yes - it means "open the document specified immediately before the hash
symbol and jump to the anchor tag with the name specified immediately after
the hash symbol".
I have seen URLs where "#" is being used a separator of some kind, similar
to how "&" is used ...
Not really - in URLs, the ampersand is typically used to separate elements
in a QueryString.
Is this meaningful within HTTP itself?
Not as such - HTTP simply transfers the entire HTML stream down to the
browser. It is the browser itself which then "jumps" to the named anchor
tag.
Or has the website just been coded to parse the "#" ?
No - see the link below for further details:
http://www.w3.org/TR/html401/struct/links.html
Jul 5 '06 #2
hello John

maybe this can help

http://authors.aspalliance.com/aspxt....aspx?pageno=6

Jul 6 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

68
by: Marco Bubke | last post by:
Hi I have read some mail on the dev mailing list about PEP 318 and find the new Syntax really ugly. def foo(x, y): pass I call this foo(1, 2), this isn't really intuitive to me! Also I...
3
by: Mikhail | last post by:
Hi , Does anybody know -how many elements could be in SQL operator IN?. As an example DELETE FROM emp WHERE ename IN (NULL, 'king',...,N); Thank you in advance .
0
by: lezah | last post by:
what is the meaning "latch" in the shared pool and library cache?
24
by: jrefactors | last post by:
I have an upload file operation in the web application. UploadForm.jsp is the form, and UploadAction.jsp is the form processing. The web server is Websphere. //UploadForm.jsp <FORM...
46
by: TTroy | last post by:
Hi, I'm just wondering why people/books/experts say "the function returns a pointer to.." or "we have to send scanf a pointer to.." instead of "the function returns the address of.." or "we have...
8
by: TTroy | last post by:
I have a few questions about "scope" and "visibility," which seem like two different things. To me "visibility" of the name of a function or object is the actual code that can use it in an...
14
by: Jess | last post by:
Hello, I learned that there are five kinds of static objects, namely 1. global objects 2. object defined in namespace scope 3. object declared static instead classes 4. objects declared...
24
by: carnold | last post by:
Hello, I'm a developer coming from C++ and Java ... I've going thru "Effective C#" (which highly recommend for people coming from other languages wanting to learn C#), and it states that "value...
5
by: DamienS | last post by:
Hi, I have a static method in a class and I need to be able to return a reference to "this". Googling around, I found a heap of discussions of the pros/cons of "abstract static" etc. It was...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.