Rev 891 | Rev 911 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php#使用命名空間qbpwcfnamespace qbpwcf;#匯入外部套件include("../../allInOne.php");?><button type="button" id="kill">kill</button><div id="killRes"></div><script>$('#kill').on('click',function(){$.ajax({url: 'createMultiIframe3.php',type:'GET',async:true,data:{},success:function(data, status){var killRes= document.getElementById('killRes');killRes.append(data);setTimeout(function(){document.location.href='createMultiIframe2.php';},3000);}});});</script>