html - How to buffer results from a webpage to another? -


i using flask website. want submit data using form website website , format results page (an html page) before displaying on browser on website.

after form submitted, browser directed results page of (another) website. can redirect again site? how process results page(call html content string in code) ?

sounds process this: user input data -> website data , post website -> website return worked data -> website receive data, parse , display it. don't know familiar api or not. if familiar should know process using api. need put process in view , add_url_rule it.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -