14 Nov
2000
14 Nov
'00
11:10 p.m.
Andy McKay writes:
Is it possible to print unbuffered html output to the user from an external method. It looks to me like I can't, output occurs upon the return and I cant see a way of getting around that. "self.REQUEST.RESPONSE.write(....)"
Be aware of the restriction of "HTTPResponse.HTTPResponse.write"! Dieter