Reload form with details

hi,
How can I reload the data of a form with Maseter and details, after having inserted the details?

thanks

Hi Marcos, you can try this code after insert.

?>
<script>
window.parent.location.reload();
</script>
<?php

Or reload the iframe if you have one.

Regards

hi,

thanks for the help, I tried, the event is onfinish of a php button, with your code the window continues to reload, it only does it with firefox with chrome it works perfectly