我試圖打開一個新窗口,出於某種原因,滾動條不會出現在Firefox或IE中,但在Chrome瀏覽器中可以正常工作& Opera。不會出現在新窗口中的滾動條
這裏的按鈕上的JavaScript代碼(從PHP腳本), 及以下,如果它是更具可讀性,也就是輸出HTML:
window.open('".BASE_URL."utils/viewProfile.php?key=".$key."',null,'width=1280,height=1024,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=1,resizable=1')"
<input class="input-button btn_generic_nav6up" type="button" onclick="window.open('https://domain.com/utils/viewProfile.php?key=8UjKKydCyTx1V7E2A0xklA%3D%3D',null,'width=1280,height=1024,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=1,resizable=1')" value="view profile" />
它在IE中工作,但在IE中不起作用? – slf 2009-09-28 15:10:32
oops。那是一個錯字。感謝您指出,我現在糾正它。 – GSto 2009-09-28 16:45:38