views:

29

answers:

0

I have a page that is heavily managed by ajax, and used all day by my clients employees for data entry.

Before a merger the client was using Firefox, but has had to change to IE8 now.

Firefox would save the form inputs when the forms on this page where submitted via ajax, IE8 doesn't do this natively.

Having the forms now not auto-complete has quite an effect on the efficiency the employees are able to use these forms.

The question:

Is there anyway I can get IE8 to save form inputs submitted via ajax to be later used for completion?

Without a browser solution I may have to goto a solution like storing the inputs in a database and running a data driven autocomplete...