[問題] prototype 視窗的使用方法
我照http://prototype-window.xilinus.com/index.html
網頁上的兩個步驟
把prototype.js抓下來
貼上兩段CODE於一個HTM檔案中
但是沒有辦法顯示hellow world 視窗出來
以下是我的CODE
不知道有沒有用錯@@"
另外有一個問題 windows.js放在哪邊阿 不知道這樣的來源要改到哪邊
ps:我的檔案是放在c:\prototype底下
--
<script type="text/javascript" src="C:\prototype\prototype.js"> </script>
<script type="text/javascript" src="/javascripts/window.js"> </script>
<link href="/stylesheets/themes/default.css" rel="stylesheet"
type="text/css"/>
<!-- Add this to have a specific theme-->
<link href="themes/mac_os_x.css" rel="stylesheet" type="text/css"/>
<html>
<body>
<Script language="JavaScript">
win = new Window({className: "mac_os_x", title: "Sample", width:200,
height:150, destroyOnClose: true, recenterAuto:false});
win.getContent().update("<h1>Hello world !!</h1>");
win.showCenter();
</Script>
</body>
</html>
--
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.129.177.201
推
03/12 13:34, , 1F
03/12 13:34, 1F
推
03/12 15:27, , 2F
03/12 15:27, 2F
推
03/12 16:28, , 3F
03/12 16:28, 3F
推
03/12 17:01, , 4F
03/12 17:01, 4F
推
03/12 20:30, , 5F
03/12 20:30, 5F
推
03/12 23:42, , 6F
03/12 23:42, 6F
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 2 篇):
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章