Board logo

標題: [發問] 請問網頁自動彈出視窗語法 [打印本頁]

作者: ffuitw    時間: 2013-4-25 12:46     標題: 請問網頁自動彈出視窗語法

[attach]14782[/attach]
請問上圖自動彈出視窗語法,如何寫
作者: 小誌    時間: 2013-4-26 01:30

這是 Jquery UI
請參考
http://jqueryui.com/dialog/#modal-form
作者: spe    時間: 2013-5-7 15:28

<html>
<head>
<title>標題</title>
<script type="text/javascript">

</script>
</head>
<body onload="MM_openBrWindow('你要跳出的網址','aa','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=500')">
</body>
</html>
作者: 小誌    時間: 2013-5-7 16:38

標題
spe 發表於 2013-5-7 15:28


呼叫MM_openBrWindow開新視窗???
請問MM_openBrWindow函式的主體在哪裡??
作者: spe    時間: 2013-5-10 16:14

<html>
<head>
<title>MM_openBrWindow事件</title>
<script language="JavaScript" type="text/JavaScript">
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
</script>
</head>
<body>
<a href="#" title="開新視窗" onclick="MM_openBrWindow('test.htm','test','width=700,height=300')" onKeypress="MM_openBrWindow('test.htm','test','width=700,height=300')">test</a>
</body>
</html>




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)