Parsing url in jquery or javascript to extract parameter from url in html file
If you are using a html file and you have to receive some parameters from url , then
below is the method you are looking for.
Only this you have to do ... is to call getUrlVars with field name to extract as done in this statement :
var first_name = getUrlVars()["first_name"];
No comments:
Post a Comment