Redirect to bookmar

  • Thread starter Aaron [SQL Server MVP]
  • Start date
E

Edwin Optekamp

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,404
Latest member
PerryRutt

Latest Threads

Top