Re: Ajax form submission doesn't work after the DIV is updated

2007-06-20 Thread FanCo
found out that the block of code, dojo.require("dojo.widget.Tooltip"); dojo.require("dojo.fx.html"); , is also provided after the form submit in AJAX. FanCo wrote: > > Hi musachy, > Thanks for your reply. It doesn’t work even I set the execu

Re: Ajax form submission doesn't work after the DIV is updated

2007-06-20 Thread FanCo
rnedcontent > > musachy > > On 6/20/07, FanCo <[EMAIL PROTECTED]> wrote: >> >> >> I didn't set the executeScripts attribute for the DIV. So the default >> value >> should be false. What is the function of this attribute if it is true? >

Re: Ajax form submission doesn't work after the DIV is updated

2007-06-20 Thread FanCo
I didn't set the executeScripts attribute for the DIV. So the default value should be false. What is the function of this attribute if it is true? newton.dave wrote: > > Does your have executeScripts="true"? > > d. > > --- FanCo <[EMAIL PROTECTED]>

Ajax form submission doesn't work after the DIV is updated

2007-06-20 Thread FanCo
I am developing a web page which contains two layouts (left & right). On the left side, there are some buttons. And the right side, it is a DIV which use to create. It will invoke the JavaScript to send a request to one specific S2 action and updates the div with the return page when cli