keep value combo (or other item) in a form afetr submit

Hi,

I base my code on your example http://www.dhtmlx.com/docs/products/dhtmlxCombo/samples/02_actions/03_combo_save.html but my from loose his values after submit :

[code]



[/code]

Can you hepl me ?

Hi
It seems like reloads the page, and combo is loaded again from tva_combo.php which has selected value to be loaded in form.
In our demo it submits in frame, but there is no frame in your code.

Also you can try to call $_REQUEST on the client side to see if there selected combo value and change it to the correct one.

thx, i use a frame now and it works

You are welcome!