Hi folks,
after a lot of hours of work i created a form which shows a table depending on a previous selection.
In this table - on the right side of every record - there is a link to a form in a lightbox which allows the user to edit the record.
I wanted the lightbox to disappear and the parent table to be refreshed when the user close or submit the edit form. So I used:
It works perfectly but now - whenever the page is refreshed - the user is asked if he wants to resend data...
Is there a way to edit the code above and make it resend data automatically?
Thanks in advance...
Federico
after a lot of hours of work i created a form which shows a table depending on a previous selection.
In this table - on the right side of every record - there is a link to a form in a lightbox which allows the user to edit the record.
I wanted the lightbox to disappear and the parent table to be refreshed when the user close or submit the edit form. So I used:
<body onunload="window.parent.location.reload()">
It works perfectly but now - whenever the page is refreshed - the user is asked if he wants to resend data...
Is there a way to edit the code above and make it resend data automatically?
Thanks in advance...
Federico