I have an in put form with number of text boxes and select tags and two select tags are populated using ajax.
when user clicks submit he/she is redirected to output form with results (javascipt, php, mysql).
the problem is with IE (FF works OK) when user clicks back button - he/she is able to see all entered data expect select tags populated by ajax.
is there any way repopulate these select tags or it's easier to redo it in standard javascript/php without ajax?
when user clicks submit he/she is redirected to output form with results (javascipt, php, mysql).
the problem is with IE (FF works OK) when user clicks back button - he/she is able to see all entered data expect select tags populated by ajax.
is there any way repopulate these select tags or it's easier to redo it in standard javascript/php without ajax?