Hi,
I have an application with 4 forms on 4 pages. It's a kind of a wizard, at the end of the wizard the information is passed to an exe.
Now, once the user is on page 3 it's possible that they want to change information on page 1 (or 2). I tried a javascript history.back, but it's not always sure that the information is displayed correctly + it does not what I want it to do.
Because, suppose the user is on page 4 and returns to page 1, all the information submitted on page 2 must kept how it was entered. If you would click on the 'OK' button on page 1 the values entered on page 3 would be reseted.
What I want, in briefly ;-) is to be able to change form information on the previous pages, when the information is not changed it should stay the same, only the changed information should be updated.
Does this sound logical? And is it possible?
With kind regards
Bram
I have an application with 4 forms on 4 pages. It's a kind of a wizard, at the end of the wizard the information is passed to an exe.
Now, once the user is on page 3 it's possible that they want to change information on page 1 (or 2). I tried a javascript history.back, but it's not always sure that the information is displayed correctly + it does not what I want it to do.
Because, suppose the user is on page 4 and returns to page 1, all the information submitted on page 2 must kept how it was entered. If you would click on the 'OK' button on page 1 the values entered on page 3 would be reseted.
What I want, in briefly ;-) is to be able to change form information on the previous pages, when the information is not changed it should stay the same, only the changed information should be updated.
Does this sound logical? And is it possible?
With kind regards
Bram