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="javascript:history.back()"> tag, but I would like it to scroll to the record on the page... How can i do that?
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="javascript:history.back()"> tag, but I would like it to scroll to the record on the page... How can i do that?