Hi,
I have been using dreamweaver with php for a few months now. I am currently working on a type of "spreadsheet" project that uses mySQL. What my sheet does it look at a table in a database and display all the information on the screen in a table. Each cell contains and input box that gets populated with the current record's information. (For example 25 records would have input boxes NAME1, NAME2, ... NAME25.) Upon submitting the form passes all the informaiton to another page which updates the database then returns to the first page and displays the spreadsheet again. This update takes place whenever the user presses ENTER or the SUBMIT button for the form. The problem is that I want the current location to be remembered so that upon an update the user returns to the spot where he or she was last working. For example if working on the 5th record have the page automatically start down there instead of at the top of the page.
Any thoughts or comments would greatly be appreciated since I have no clue on how to accomplish this.
Sincerely,
Magnum696