可以使用javascript创建popunder吗?
我尝试在Google上搜索并在stackover上搜索关于popunder
但是没有获得良好的工作代码,我发现只有弹出代码。
像这样<script>
var url = "yourURL.html";
window.open(url, "s", "width= 640, height= 480, left=0, top=0, resizable=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no").blur();
window.focus();
</script>
如何创建popunder。