Forum OpenACS Q&A: Response to closing window on logout

Collapse
Posted by Simon Carstensen on
Hm, this should suffice for just closing the window:

<script>
self.close
</script>

Don't know why I would put a timeout around it.