This question already has an answer here:
- JavaScript query string 12 answers
I have a url
http://localhost:8162/UI/UsersDetail.aspx?id_temp=U0001
I want to get string use javascript
?id_temp=U0001
Thank guys.
This question already has an answer here:
I have a url
I want to get string use javascript
Thank guys. |
|||||||||||||
marked as duplicate by Community♦ 2 days agoThis question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question. |
|||||||||||||
|
If this isn't the location of the page, you may use
If this url is the current one of your page, use
|
|||
|
You can use
|
|||
|