javascript thread: Frames Submission Problem.
When you use the submit() method, the onsubmit event handler isn't
evoked. If you want to use the onsubmit handler, don't use hyperlink.
> -----Message d'origine-----
> De : Ramkumar [mailto:ramkumars@k...]
> Envoy=C3=A9 : lundi 30 d=C3=A9cembre 2002 05:44
> =C3=80 : javascript
> Objet : [javascript] Frames Submission Problem.
> Importance : Haute
>
>
> Hi All,
> In my application, i am selecting some
> options[option1,option2...n]. on
> submission, i am opening a new window with two frames,menuFrame and
> contentPane frame. the contents of the menu frame is dynamically
> generated{with the selected options} using jsp with hyper links.
>
>
> The targets of the hyper link upon submissionis contentPaneFrame.i am
> submitting the form by calling a function on the onclick
> event of the hyper
> links. it is working well with IE 6.0 .But in IE 5.5, it is
> not submitting.
> i cannot invoke the function to submit using onsubmit event
> of the form.
>
> I hope i am clear with my req.
>
> Any workaround for this??
>
>
>
> Thanks in advance.
>
> Thanks and Regards,
> S.Ramkumar
>