Iframe src caching issue on firefox

前端 未结 4 798
借酒劲吻你
借酒劲吻你 2021-02-19 06:13

I have an iframe element with a random scr attribute. When I do refresh the page every time, the iframe should load the page with different query parameters based on the src att

4条回答
  •  不要未来只要你来
    2021-02-19 06:47

    All other answers doesn't work in my case. So I decided to solve the problem my creating the total iFrame dynamically with JavaScript like it is described in this answer:

提交回复
热议问题