|
You can append the relevant parameters to the url back to the original page and then set the inputs' default settings in the original page according to the paramaters sent back.
Another option is to use session variables to store sent values and then use the session variables to set the default settings of elements in the original page.
|