Well, you can import your cgi module and make a small wrapper servlet
that just calls your cgi in whatever manner.

I think load() would work vaguely like you want, but the cgi module
won't work correctly, since the CGI data has already been handled by
WebKit itself.

On Tue, 2001-12-04 at 20:48, Tim Payne wrote:
> Hey everyone.
> 
> I've just started working with webkit. I'm moving my site content over 
> from using regular cgi and static html pages with #include. With webkit, 
> I'm working on creating a page subclass to serve as a template for my 
> entire site. The problem I am facing is how to integrate my existing 
> cgi. Most of them are small scripts, but since I've already written them 
> I don't want to try and convert them into servlets quite yet.
> 
> I thought I remembered seeing someone on the list mention a few weeks 
> back about a way to include other files or other pages much like the 
> #include server statement. I can't find any reference to it in the docs 
> though. Can anyone point me in the right direction?
> 
> Also, is there any way to search the mailing list archives at 
> sourceforge?
> 
> Thanks.
> 
> 
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
> 



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to