Maybe the problem comes from your MtnUsers_getEater.asp. Study it
again to
see if it has left something not finished, for example, you forget a %>
at
the end.
> -----Message d'origine-----
> De : lilia lopez [mailto:lilialopez47@h...]
> Envoy=C3=A9 : mercredi 20 novembre 2002 23:24
> =C3=80 : javascript
> Objet : [javascript] submiting a form
>
>
> hi,
> I have a problem with IE
> If I submit a form to an specific frame with Javascript, I
> got it, but the
> status bar seems is loading (it not finish to load)
> Sorry for my english, if you need more info please tell me.
>
> this is my code:
>
> frmMtUser.target =3D "MtnUsersIFrame";
> frmMtUser.action=3D"MtnUsers_getEater.asp";
> frmMtUser.method=3D"POST";
> frmMtUser.submit();