I am having an anchor link in aspx page like:
Go
<
You can get the specific query parameter of url by using following code:
Javascript
and here is the usage of this function:
alert(getAnchorValue('Anchor', 'myTag'));
JQuery
Usage:
alert($.getAnchorValue('myTag', $('#Anchor').attr('href')));
EDIT: I have editted my answer and also added the jquery code for getting the querystring parameter