18910140161

iframe Onload New link

顺晟科技

2021-08-07 11:24:46

181

我这里有一个iframe,它反映了我制作的appscript。当链接更改或用户提交表单时,如何将用户重定向到另一页?

   <div class="embed-responsive embed-responsive-1by1">
      <iframe id="main_iframe" class="embed-responsive-item" src="https://script.google.com/macros/s/AKfycbx4G-n0ZTowZENy4haaUyI3s-S5WLbAD2yUVRRpNZDBP06jKlTox_eqFEBZXxOodSeq/exec" frameborder="0"></iframe>
    </div>



<script type="text/javascript">
var load = 0;

document.getElementById('main_iframe').onload = function(){
    /*Execute on every reload on iFrame*/
    load++;
    if(load > 1){
        /*Second reload is a submit*/
        window.open("https://digitsorani.net/mulawin-pasahero-success/","_top")
    }
}
</script>

顺晟科技:

  • TAG:
相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航