This topic is locked

Close window after SAVE

5/16/2007 2:34:57 PM
PHPRunner General questions
F
funkfish author

Hi,
What code can I put in the custom After Add/Edit to close the open window after saving new data?
Thanks in advance!

Alexey admin 5/16/2007

Hi,
here is the code for After record updated event:

?>

<script>

window.close();

</script>

<?php