Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Using History to create new URLs


Message #1 by "Garrett Steed" <gmsteed@s...> on Thu, 28 Feb 2002 16:50:14 -0500
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


  Return to Index