程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> javascript-關於JavaScript中的window.open方法

javascript-關於JavaScript中的window.open方法

編輯:編程綜合問答
關於JavaScript中的window.open方法

今天下了Myeclipse,打算試試做jsp和Html
然後寫了如下測試代碼;
<!DOCTYPE html>


WindowsDemo.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>



This is my HTML page.


代碼很簡單,就是加載的時候,彈出1個新窗口,但是我在Myeclipse裡面,彈不出窗口,
將代碼復制到記事本,改成html打開,卻能彈出窗口,請問什麼問題.
新手求助.

最佳回答:


Myeclipse可能會阻止彈窗,以浏覽器的結果為准。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved