请问有没有js弹窗不被拦截的代码?form的方式也试过了还是被拦截<script language="JavaScript">function btn_onclick() {document.getElementById('tz').submit();
}
</script>
<?php
echo "<form id='tz' action='".$tzurl."' method='get' target='_blank'></form>";
echo "<script>window.load=btn_onclick();</script>";
这样form来试过可还是被拦截 有什么好办法没有呢?