"Dynamic" website content

Christoph Haas email at christoph-haas.de
Sat Jan 21 15:53:58 EST 2006


On Saturday 21 January 2006 20:42, sophie_newbie wrote:
> To give you a better explaination of what I want, you could visit
> www.pat2pdf.org.
>
> Type in 123456 as the patent number, you see what it does? It tells the
> user that it is requesting the various TIFF images and then displays
> the link to the PDF file that it has created.

Ah, so you are trying to get the page displayed while your CGI is still 
running? Try flushing stdout after you print something. Otherwise the 
output will only be sent when the CGI ends or the buffer is full.

Kindly
 Christoph
-- 
Never trust a system administrator who wears a tie and suit.



More information about the Python-list mailing list