Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript:history.back() parameters

Status
Not open for further replies.

fcoomermd

Programmer
Nov 20, 2002
218
CA
I have a page that has a form (it is dynamic) called page1.asp
I also have the page that it posts to called page2.asp, this page is also dynamic, and is a confirmation page that displays all of the users info that he or she just entered on the previous page... I was wandering, I wanted to have an edit button for each record that they have entered (a record is ussually 5 plus fields for user info) When they click the edit button it would return to the previous page with all the data still in the fields... This can be done using the <a href=&quot;javascript:history.back()&quot;> tag, but I would like it to scroll to the record on the page... How can i do that?
 
you would need to create a anchor on the otehr page and dynamically fill the link with that link for each box. the back function will not do what you want.

_____________________________________________________________________
[sub]Where have all my friends gone to????[/sub]
onpnt2.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top