I have a link like this one
<a href="site.com/register.php?mid=username&mode=bn&bid=1">
Now i need to get value of mid or bid on the basis of
site.com/register.php
in a page. and need to do in javascript. http is also there.
How to do that.
Thank you.