I am posting an html form to a python script. However, is there a way to do a return redirect("/thanks.html") which will allow the python script to run, and redirect the user to another URL. The python script that is being posted too will go on to post to another python script. I tried ajax, and javascript. I could not both post data and redirect the user.I am posting an html form to a python script. H