Thanks bogu,
'Save' is just an example. It could be any Submit button.
I mean mouse click the button.
If I skip step 2 and do not tab from the field, but directly click on the submit button, I lose the data value in the field I edited. The value does not disappear, it is just not saved and in my script I get the old value that was there previously.
I think this is normal.
I would like to know if there is any way to enter a value into a field on a form (call it fieldA), then immeditely click a submit button (without tabbing into another field). Once I click submit, I reach the same script that displayed the form (I am using action=PHP_SELF method=POST) and I need fieldA to have the new value (even though I did not tab after populating fieldA). Is there a way to do that?