> >This way lies madness. The web is not a VB App. :-)
> I know! I did not choose this application but was given it.
>
> > Try having the second form submitted by an onload
> javascript function in
> the
> > page returned by the first servlet call.
>
> Tried this. We are using Netscape 4.x and the unload event
> does not work
> properly in frames.
>
It should. I remember having that problem but not how I got around it. Try
experimenting with the <body onload...> event. OR just have the second form
submitted by a script in the returned first page. If the second form is
ready to be submitted it won't make any difference that the first page isn't
finished loading.