site is written in DJANGO, and the page already has a FORM to submit to the background.
but I want him to jump to other sites at the same time when he submits, and need POST data at the same time when he is redirected.
and my FORM form is validated with DJANGo.from when it is submitted to the background, so how can I jump when the verification is passed?
how can I implement this need with javascript? GOOGLE can"t find a clue for several days, either it"s the same origin problem, or it"s the problem of redirecting unable to POST the data.