|
 |
asp_web_howto thread: Re Submit form
Message #1 by "Forums" <Forums@Y...> on Thu, 22 Nov 2001 12:48:29 -0000
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0018_01C17353.FC1503C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi All
I am using 2 frames
Is it possible to have a submit button on the top frame which sumbits
the information on the bottom frame.
any snippet would be greatfully recieved
regards, David
Message #2 by Imar Spaanjaars <Imar@S...> on Thu, 22 Nov 2001 13:48:01 +0100
|
|
Hi David,
Use the target attribute in the form element, just as you would with <a
href>'s.
HtH
Imar
At 12:48 PM 11/22/2001 +0000, you wrote:
>Hi All
>
>I am using 2 frames
>
>Is it possible to have a submit button on the top frame which sumbits the
>information on the bottom frame.
>
>any snippet would be greatfully recieved
>
>regards, David
>
Message #3 by Greg Griffiths <griffiths@x...> on Thu, 22 Nov 2001 21:54:25 +0000
|
|
--=====================_28905233==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
You can use Javascript :
parent.<frame name>.<form name>.submit()
At 12:48 22/11/01 +0000, you wrote:
>Hi All
>
>I am using 2 frames
>
>Is it possible to have a submit button on the top frame which sumbits the
>information on the bottom frame.
>
>any snippet would be greatfully recieved
>
>regards, David
>
|
|
 |