Can anybody help me??<br><br>I have a link on my page like:<br><br><a href="abc.asp?value1=23&value2=44" onclick="return getValues()>hi</a><br><br>what I want to be able to do is in the function getValues() extract the values of value1 and value2 from the link, is this possible. <br><br>Many thanks<br>MArk D