Forms page to .ASP page and back -
02-15-2005
, 10:59 AM
DW MX 2004: I've inherited someone else's form. The way it currently works: The
user checks a checkbox in a long list of items. Each checkbox is a submit
button which immediately takes you to an .ASP page and updates a database then
shoots you back to the initial forms page, but always at the top of the long
page, which means the user then has to scroll down to the checkbox he/she just
left and resume. Each checkbox does this! I have been asked to make the page
so that it shoots the user back to the last spot he just left. I am thinking
named anchors might be a solution, but I would have to set up an anchor for
each and everyone of the checkboxes...? But is there something in the .ASP page
I need to do? (I don't know .ASP). What should I do with this? Thanks, kpchop |