form POST in iframe without affecting history

前端 未结 5 871
野的像风
野的像风 2020-12-09 20:27

Is it possible to submit a form inside an iframe without affecting the browser\'s history?

I\'ve implemented sending a cross domain POST request. It uses Javascript

5条回答
  •  感情败类
    2020-12-09 21:14

    If your server can run code, you could probably do an ajax query to a "proxy" page on your server, that would then itself run the request on the remote server and return the results to your page.

提交回复
热议问题