diff options
author | jeff <jeff> | 2006-11-26 23:06:37 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-11-26 23:06:37 +0000 |
commit | 88a07a3c2aac1fff33bd1f400ee5c0672ce716a0 (patch) | |
tree | a2dbef9b26afd39da1c8b70f54361fdf292af10c /httemplate/edit/process/cust_main_note.cgi | |
parent | ae3253689aba4912b7308167cad11f10ebb2658a (diff) |
more ajaxy customer notes
Diffstat (limited to 'httemplate/edit/process/cust_main_note.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_main_note.cgi | 7 |
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> % % |