I have a flowscript that winds up doing a "sendpage" to a pipeline producing a table from data generated from a cgi script.
this script either returns a table or an error code
I would like to jump to different pages depending on the result, that is, either a text page describing that there was no data, or a table.


What would be the best way to do this?

a) having flowscript read the stream generated by the cgi script, examine it, and either forward to the table generator or the error page

This would maybe involve storing the entire dataset in memory which maybe
isnt all that eficient and also i dont know how to send a dom structure from flowscript to a page


b) having the sitemap check the data from the cgi script an use a map selector to jump to the right page somehow

This would maybe be better but then I would loose the overview the flowscript gives me over the flow of the program

What is best?

Regards,
/Joakim


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to