Yes, absolutely.  I do this myself for much the same reason.  Using
Javascript you can reference the form in one frame from another and submit
it.  A reference in the bottom frame to the middle frame might be written
something like this:

parent.middleframe.document.middleframeform

BTW, in my case I use 6 frames!

Cheers,

Dan

> ----------
> From:         Leisman, Ed P[SMTP:[EMAIL PROTECTED]]
> Reply To:     Leisman, Ed P
> Sent:         Tuesday, August 17, 1999 7:24 AM
> To:   [EMAIL PROTECTED]
> Subject:      Frames, and Servlets, and JSP, oh my...
>
> <<File: image001.jpg>>
> OK, Gang of Cheers....
> Here is my deal.
> You've all been faced with these issues I'm sure so I'd appreciate a
> little enlightenment...
>
> Here is the scenario:
>
> A frame with three frame sets:
>
> Top frame is a header displaying content based on Attributes being set
> Middle frame:  Order entry.  This frame has too much info to be shown on
> one screen (of course), so it is scrollable
> Bottom frame has one navigation button, but more importantly has a submit
> button.  This submit should submit the information from the middle frame.
> Reason being (surprise, surprise) is that the users do not want to go all
> the way to the bottom of the screen to press submit - especially when they
> only needed to change some information at the top.
>
> ANY WAY TO DO THIS????
> Can a button from one frame call the submit to another frame and capture
> the data from it?
>
> Thanks all you geniuses out there!!!!!
>
> Edward P. Leisman
> Eaton Cutler-Hammer
> Web Development Team
>
> Phone:     412.893.3805
> Fax:           412.893.2156
> Email:        [EMAIL PROTECTED]
>
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to