Hi All,
I have a asp file that show a list of records from a mdb-file. Every record
of the table
is created on the screen with a html bookmark, like <a name=record1>.
When the user clicks the first column the record is shown with a another asp
to edit
the record. When finished editing a third asp is called to save the record
and go back to
the first asp-file.
Now I want to go to the bookmark of the record that has been edited so the
user doesn't
have to scroll again to the record.
I tried Response.Redirect("showlist.asp#record1").
This doesn't work, it just shows the list and doesn't scroll to the affected
record.
Is there another solution for this ????
TIA.
Regards,
Edwin