javascript_howto thread: Using History to create new URLs
Is it possible to navigate the History in IE 6? Like you can in Netscape? I
would like to do this.
function (){
history.back().value = backURL
newURL = back + "?ServiceValue = 1"
window.location = newUrl
}
Take the URL from the previous page and concatenate information onto it and
submit that new URL.
Thanks for all your help
Garrett
|





