Use the following code to obtain the full URL

[code]var fullURL = window.location.href; alert(fullURL);[/code]

location.href holds the current URL for reference purposes and can be changed at any time. Once changed the page will reload with the new assigned URL