olaf
Thu 26 October 2006, 05:08 pm GMT +0200
Just solved a problem I had with a form and some dyn. ajax list.
the problem was that function works fine if a record was selected via a query string bu not with a new record posted by a form.
I learned this today: Never use POST if you work with ajax, USE ALWAYS THE GET METHOD INSIDE THE FORM TAG!!!
the problem was that function works fine if a record was selected via a query string bu not with a new record posted by a form.
I learned this today: Never use POST if you work with ajax, USE ALWAYS THE GET METHOD INSIDE THE FORM TAG!!!