> Kevin Fonner wrote:
> 
> I wanted a web page to display the results of mutiple servlets (maybe
> even as many as 30 servlets) in rows on a web page.  At first I was
> going to try to do it with frames where each frame would load a
> servlet.  I then ran into a problem.  I forgot that frames bind to a
> window and that you can't scroll through a single page containing
> multiple frames (at least not that I know of).  Anybody have any
> opinion on how they might try to do this?
> 
> Example of a single Web page...
> 
> +----------------+
> +  servlet 1  +
> +----------------+
> +  servlet 2  +
> +----------------+
> +  servlet 3  +
> +----------------+
> +    ect...    +
> +----------------+
> 
> The user would then scroll through the page containing mutiple servlet
> output.
> 
> Thanks,
> Kevin


Why not try to use the include() directive?  And use table rows to
display the results...;-)

Cheers,


John Clark

-- 
     /) John Clark Naldoza y Lopez                           (\
    / )    Software Design Engineer II                       ( \
  _( (_    _  Web-Application Development                    _) )_
 (((\ \>  /_>    Cable Modem Network Management System <_\  </ /)))
 (\\\\ \_/ /         NEC Telecom Software Phils., Inc.  \ \_/ ////)
  \       /                                              \       /
   \    _/  phone: (+63 32) 233-9142 loc. 3112            \_    /
   /   /  cellphone: (+63 919) 399-4742                     \   \
  /   / email: [EMAIL PROTECTED]                        \   \

Reply via email to