今天下了Myeclipse,打算試試做jsp和Html
然後寫了如下測試代碼;
<!DOCTYPE html>
<meta name="keywords" content="keyword1,keyword2,keyword3">
<meta name="description" content="this is my page">
<meta name="content-type" content="text/html; charset=UTF-8">
<script>
function fun(thisurl){
window.open(thisurl,"頁面標題","width=370,heigth=160,scrollbars=yes,resizeable=no");
}
</script>
代碼很簡單,就是加載的時候,彈出1個新窗口,但是我在Myeclipse裡面,彈不出窗口,
將代碼復制到記事本,改成html打開,卻能彈出窗口,請問什麼問題.
新手求助.
Myeclipse可能會阻止彈窗,以浏覽器的結果為准。