It is not the web site address you are talking about, it is a GET parameter passed in the command line of a link. HTML has no access to that, you need to use JavaScript (client-side) or PHP (or another server-side language) to inspect the GET variables.