Hi all,
I have made a form in php and I use Javascript and event handlers to write on some fields of the form when an event occurs,
everything works fine but I have a problem now :
let's say the first form I use some buttons and so some events occur and it update the fields of the form with :
document.forms['myform'][myfield].value=...;
the problem now is that the next time I load a form for a different user if I dont close the browser and open again, it saves the changes I do now plus all the other events of the last times.
May anybody help please?
Best regards,
Palmke
I have made a form in php and I use Javascript and event handlers to write on some fields of the form when an event occurs,
everything works fine but I have a problem now :
let's say the first form I use some buttons and so some events occur and it update the fields of the form with :
document.forms['myform'][myfield].value=...;
the problem now is that the next time I load a form for a different user if I dont close the browser and open again, it saves the changes I do now plus all the other events of the last times.
May anybody help please?
Best regards,
Palmke