0

以下のコードでは、ポップアップ ウィンドウにスクロールバーを表示するのに問題があります。

オンラインで同じ質問に対するいくつかの解決策を読んだ後に追加しましscrollable=yesたが、まだ追加できません。

print("<div id ='tableStatusReasons'>
                   <a href='#' style='color: ".$colorv."' onClick=\"window.open('volumeReport.php?case=".$case."&patient=".$patientID."','mywin','width=630,height=500,resizable=yes,scrollable=yes')\"><div class='volumeReport'><b>Volume Report Table</b><br>Status:   ".$vStatus." <br>Reason:   ".$vComment."</div></a>");
            print("<a href='#' style='color: ".$colors."' onClick=\"window.open('statsReport.php?case=".$case."&patient=".$patientID."','mywin','width=1400,height=650,resizable=yes,scrollable=yes')\"><div class='statisticsReport'><b>Statistics Report Table</b><br>Status:   ".$sStatus."<br>Reason:   ".$sComment."</div></a></div>");
4

1 に答える 1