InterviewSolution
Saved Bookmarks
| 1. |
What Role Of #&& In Querystring? |
|
Answer» # is TREATED as fragment DELIMITER to delimit the HISTORY state and && PRECEDES is used to check on the information in the query string.
# is treated as fragment delimiter to delimit the history state and && precedes is used to check on the information in the query string.
|
|