I have a page that initially loads in non editing mode (all the controls are readonly). A series of JS routines is run when the user clicks the edit button to turn off the readonly attributes and disable various buttons so he doesn't screw things up while editing.
During the onchange of one control a JS routine runs to update values in the source table and reload the page so these new values will be shown. The page comes back in non editing mode as you would expect.
I would like to have the page come back in editing mode if possible meaning at the end of the load we would again run the JS code to open it up. Is there a way to do this?
During the onchange of one control a JS routine runs to update values in the source table and reload the page so these new values will be shown. The page comes back in non editing mode as you would expect.
I would like to have the page come back in editing mode if possible meaning at the end of the load we would again run the JS code to open it up. Is there a way to do this?