For instance, I have a url like this : 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 ?
Your server side script could read the value and set it in a hidden form field which your JS could then read.