eserver220
Posts: 42
|
| Posted: 10/09/2006, 5:38 PM |
|
I've one Record in mainwin for Update, I add a client event onclick for the
Button Button_Update. In the onclick event I will PopUp a subwindow show some
modification history message about the Record in mainwin. If you click
the confirm button in subwin, mainwin's Record form will be submitted,then the
subwin close itself.
The problem is either I call opener.document.RECORDFORMNAME.submit() or
opener.document.RECORDFORMNAME.ButtonUpdate.onclick(),though the mainwin's form
submitted,the subwin closed correctly, the mainwin form's update operation does
not actually happen.
I have to use a http protocl monitor to debug mainwin's post information.
I find Button_update was not posted, if I submit the form in a PopUp window.
It seems that CCS use Button_update's posted value to determine its further
operation. if Button_update not posted, Record Update operation will be canceled.
Have you got any good idea to fix this? thanks for advance!
Best Regards!
|
 |
 |
|