/questions/1509416/how-to-get-the-latest-record-among-3-different-table-in-mysql/1509429#1509429
I didn't see an element with id 1509429 but it still works,how?
|
/questions/1509416/how-to-get-the-latest-record-among-3-different-table-in-mysql/1509429#1509429 I didn't see an element with id 1509429 but it still works,how? |
|||
|
|
|
That is referring to an answer rather than a question. The first number in the URL is the question number. The name of the question can change if someone with authority (permission) edits the title, so I suspect that the value in the permalink is immaterial. Indeed, some playing with permalinks shows that the text portion is effectively ignored; you can reduce it to a single character, or remove all the characters, or remove the slash too. Thus, all these get to this answer:
The first of the two numbers separated by the '#' (hash) symbol is the answer number - as part of the URL, it instructs Stack Overflow to load the page with that answer on it (only really meaningful for questions with multiple pages of answers, but a link wouldn't be very permanent if it broke once too many answers were posted). The number after the hash (the URL "fragment") is also the answer number - but this time it instructs the browser to scroll that answer into view once the page has loaded. Oh, and you're right - there's no element with an id set to the answer number; it's an honest-to-goodness anchor!
(Thanks to @shog9 for some previous additional information - the last couple of paragraphs, roughly.) |
|||||||||||||||||
|
|
hint: one of these things can be seen by the server and the client browser, while the other can only be seen by the client browser. |
|||||||||||||||||||
|
|
The old way for bookmarks to work was with a named hyperlink, and this is the method that SOFU uses, for example:
|
|||
|
|
|
Named anchors ( Say you have a long page, and in the middle, the following HTML:
When you navigate to http://example.com/mypage.htm#1509429 the browser will jump to where the above HTML is. Simply put, the |
|||
|
|