hello,
After edit/add in Popup --> Edit --> Sql statement...
Do the client side work.
<script language="javascript">
opener.location.href="thesamefilename.asp";
window.close();
</script>
this will refresh the main page and retrieves the current values.
|