budapestnori
Technical User
I have an asp script which generates a page that outputs records from database. As it does so, I generate a bookmark for each item. Viewers are then able to click an "on/off" link which calls an external script which updates the database and then returns the viewer to the original page. BUT, in doing so, they are returned to the "top" of the list, and not the place where they clicked the "on/off". To achieve this, I want the (asp) script to pass back the id number of the record, and on the original page, pass it at the end of the code to a javascript function call, which when executed, will focus on the bookmark in the page, thus returning them to the exact spot they were when they began.