-none- 2007-09-03 - By Jeromy Evans
Back In IE6 the s:a can't have a target equal to a div that contains the itself unless you set showLoadingText=false
The problem is that in IE6 the form nodes are overwritten by the loading text before its actually read and posted. Disable the loading text and it will be okay.
regards, Jeromy Evans
Hari Prasad wrote: > Hi, > I used simple ajax form submission in my application and it worked in > both Mozilla and Internet Explorer. > and now, I shifted to DOJO and my form is like this.. > > <@(protected) id="login_box_ajx" theme="ajax"> > > <@(protected) action="login" name="login_form" id="login_form" > method="POST" theme="ajax"> > <@(protected) name="test" value="checkthis"/> > <@(protected) theme="ajax" formId="login_form" name="Go" > targets="login_box_ajx" tooltip="Go"> > /go_button.gif > </@(protected)> > </@(protected)> > > </@(protected)> > > > all I want to do is to submit the form and return some data and put it into > the div. > Its working in Mozilla , but not if IE , the request parameters are not > comming in IE. > > can anyone suggest me what to do? >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|