For instance, I have a url like this : http://www.mysite.com/my_app.html
How do I pass a value ” Use_Id = abc ” to it and use javascript to display on that page ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Shouldn’t be too difficult to write your own without the need for an external library.
Usage:
GET.Use_idorGET["Use_id"]. You can also check if a parameter is present even if it has a null value using"Use_id" in GET(will return true or false).