Custom INET procedure (OpenInsight Specific)
At 06 MAR 2000 02:32:49PM David Pociu wrote:
Is there an easy way to use something like a callback function to generate HTML output from an INET procedure that has more than 64K of data?
I actually need all the data in ONE page, not broken down in pages, and the the tool I will be using does NOT understand browser meta tags for reloads every few seconds to check whether the page is complete( assuming I want to write 64K chunks to an OS file).
Thanks
Dave
At 06 MAR 2000 04:19PM DSig wrote:
David
Just jumping in here kicking, splashing but the browser shouldn't need to do any 'auto every few seconds'. Cant you on the submit simply loop the request until OI tells you that it is through?
DSig
At 06 MAR 2000 05:58PM Dave Pociu wrote:
I'm not sure I understand your suggestion. I can possibly loop the client until a certain action occurs, but how do I serve more than 64K of data out of OI?
The client however is not a browser, but rather an existing gateway set up to read html data all in one page. And it doesn't care about meta tags. It is very difficult to change the client part so I want to generate all the data in one clip out of OI if possible.
Hope this helps
Dave