[Javascript] Stupid Q on FORMS & TARGET

Walter Torres walter at torres.ws
Fri Mar 29 09:12:22 CST 2002


Did that as well.

No change.

Walter


> -----Original Message-----
> From: javascript-admin at LaTech.edu
> [mailto:javascript-admin at LaTech.edu]On
> Behalf Of Peter-Paul Koch
> Sent: Friday, March 29, 2002 12:46 AM
> To: javascript at LaTech.edu
> Subject: Re: [Javascript] Stupid Q on FORMS & TARGET
>
>
>
> >I know I am overlooking something really simple here.
> >
> >I want to get the result back from a FORM submit and place it into a
> >particular FRAME.
> >
> ><form action='http://webdev1/logon.do'
> >       method='post'
> >       name='logonForm'
> >       id='logonForm'
> >       target='master.left'>
> >
> >This tells me that the reply should show up in the FRAME
> named LEFT in the
> >WINDOW named MASTER.
> >
> >Right!?!?
>
> Wrong. It tells that the reply should show up in the frame named
> "master.left" If you wnat the reply in frame left, simply do
>
>    target="left">
>
> In HTML you don't need to give the path to the frame through
> all other
> frames, as you do in JavaScript.
>
> ppk
>
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list