Javascript is a method to get the current page's address from the previous page



<script language="javascript">
alert(document.referrer);
</script>