Forum Moderators: open
All this works however what I want to now do is auto close the popup and get the main window it was spawned from to refresh so the new data can be shown.
All I can do is close the window using:
<script language="javascript">
self.close()
</script>
I have tried putting
parent.refresh() in there but it doesn't work
Any ideas? My Javascript knowledge is appaling so easy as possible :-)