我有链接将通过 ID 打开新页面,现在我希望它在新窗口(而不是标签)中打开,它不会工作你能帮忙吗?
<?php echo "<a href='ureditev_v_formo_test.php?ID=" . $row1['ID'] . "' onclick='javascript:window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=200,height=500')return false;'>" . $row1['ImePriimek'] . "</a>"; ?>