<script language="javascript">
if (!self.opener.closed) {
self.opener.document.location.reload();
}
self.close();
</script>
I only would not do it with self.opener.document.location.reload(), but by submitting the form with a special refresh submit. The above causes problems when doing POST requests as it needs user interaction in most browsers and so on.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
