yes, thats what we doing currently but under certain conditions I would
like to change the target frame.
Thanks
Sean
-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 28, 2001 10:49 PM
To: [EMAIL PROTECTED]
Subject: Re: ActionForward and Frames
On Wed, 28 Mar 2001, Sean Giles wrote:
> Is it possible to target a specific frame with an ActionForward? For
> instance if I want to return to a search page that exists in a leftmost
> frame if the target of the search results link was a contents frame?
>
Which frame the output goes to is determined by the "target" attribute on
the <a> or <form> tag that submitted the request. Make sure you generate
your hyperlinks and input forms with the appropriate value, and this
should work.
>
> Thanks
> Sean
Craig McClanahan