summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main_note.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2006-11-26 23:06:37 +0000
committerjeff <jeff>2006-11-26 23:06:37 +0000
commit88a07a3c2aac1fff33bd1f400ee5c0672ce716a0 (patch)
treea2dbef9b26afd39da1c8b70f54361fdf292af10c /httemplate/edit/process/cust_main_note.cgi
parentae3253689aba4912b7308167cad11f10ebb2658a (diff)
more ajaxy customer notes
Diffstat (limited to 'httemplate/edit/process/cust_main_note.cgi')
-rwxr-xr-xhttemplate/edit/process/cust_main_note.cgi7
1 files changed, 5 insertions, 2 deletions
diff --git a/httemplate/edit/process/cust_main_note.cgi b/httemplate/edit/process/cust_main_note.cgi
index 2de9b7f57..8b9105bd8 100755
--- a/httemplate/edit/process/cust_main_note.cgi
+++ b/httemplate/edit/process/cust_main_note.cgi
@@ -40,9 +40,12 @@
%
<% header('Note ' . ($notenum ? 'updated' : 'added') ) %>
<SCRIPT TYPE="text/javascript">
- window.top.location.reload();
+ parent.cust_main_notes.location.reload();
+ try{parent.cust_main_notes.cClick()}
+ catch(err){}
+ try{parent.cClick()}
+ catch(err){}
</SCRIPT>
-
</BODY></HTML>
%
%