中文(繁体)
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>建站學院</title> </head> <body> <style type=" text/css"> .dot { 位置:絕對;寬度:6;高度:6;可見性:隱藏;背景顏色:紅色;字體大小:1px;遊標:指針;遊標:手; z-index: 100 } .dotoff { 位置:絕對;寬度:6;高度:6;可見性:隱藏;背景顏色:灰色;字體大小:1px;遊標:預設; z-index: 100} .dotempty { 位置:絕對;寬度:6;高度:6;可見性:隱藏;背景顏色:橘色;字體大小:1px;遊標:指針;遊標:手; zindex: 100 } .caption { 位置: 絕對;可見性:隱藏;字體系列:Tahoma;顏色:黑色;字體大小:11px;文字對齊:居中;遊標:預設; z-index: 1 } body { 邊距: 0px;背景顏色:白色; } a { 顏色:銀色;文字裝飾:無 } p { 字體大小:10px;字體系列:tahoma; color: black } </style> <script language="JavaScript" type="text/javascript"> function lib_bwcheck(){ //瀏覽器檢查(需要) this.ver=navigator.appVersion this.agent=navigator.userAgent this. dom=document.getElementById?1:0 this.opera5=this.agent.indexOf("Opera 5")>-1 this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this .dom && !this.opera5)?1:0; this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0; this.ie4=(document.all && !this.dom && !this.opera5)?1:0; this.ie=this.ie4||this.ie5||this.ie6 this.mac=this.agent.indexOf("Mac")>-1 this.ns6=(this.dom && parseInt(this.ver) > = 5) ?1:0; this.ns4=(document.layers && !this.dom)?1:0; this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5) return this } var bw=new lib_bwcheck() // this 的程式碼腳本在正文中,上面的browsercheck 沒有使用。 </script> <script language="javascript1.2" type="text/javascript"> <!-- // DotMenu // 提供跨瀏覽器功能 //============= ========================= function getObjectRef(name) { if(document.getElementById) return document.getElementById(name); } else if(document.all) return document.all[name];否則返回空; } // 輔助腳本的通用函數//========================================== == = function show(name) { var el = getObjectRef(name); if(el) el.style.visibility = "可見"; } function hide(name) { var el = getObjectRef(name); if(el) el.style.visibility = "隱藏"; } function getWidth(name) { var el = getObjectRef(name); return el.offsetWidth; } function getHeight(name) { var el = getObjectRef(name);返回 el.offsetHeight; } function moveMe(name,x,y) { var el = getObjectRef(name); if(el) { el.style.top = parseInt(y); el.style.left = parseInt(x); } } function moveBy(name,x,y) { var el = getObjectRef(name); if(el) { el.style.top = parseInt(el.style.top) + parseInt(y); el.style.left = parseInt(el.style.left) + parseInt(x); } } // 建立選單物件 //============================ var menuCount = 0; function menuObject(name,x,y,caption, r, Parent) { if ( (!document.getElementById&&!document.all) || navigator.userAgent.indexOf("Opera")>-1) return; } document.write('<div id="divDot' + menuCount + '" class="dotempty" style="top: ' + y + '; left: ' + x + '"></div>'); document.write('<div id="divCap' + menuCount + '" class="caption" style="top: 0; left: 0">' + 標題 + '</div>'); this.name = 名稱; this.parent = 父級 this.ref = "divDot" + menuCount; this.caption = "divCap" + menuCount if(r) this.radius = r;否則 this.radius = 400; this.subMenus = new Array();這個狀態 = 0; this.moving = false; if(this.parent) this.action = "null";否則 this.action = "切換"; if(this.parent) this.startAngle = Parent.startAngle;否則 this.startAngle = 0; getObjectRef(this.ref).objRef = this.name; this.show = function() { show(this.ref); } this.hide = function() { hide(this.ref); } this.moveMe = function(x,y) { if(this.parent) { x += this.parent.x(); y += this.parent.y(); moveMe(this.ref,x,y); } this.moveBy = function(x,y) { moveBy(this.ref,x,y); } this.x = function() { return parseInt(getObjectRef(this.ref).style.left); } this.y = function() { return parseInt(getObjectRef(this.ref).style.top); } this.w = function() { return getWidth(this.ref); } this.h = function() { return getHeight(this.ref); } this.showCaption = function() { moveMe(this.caption, this.x() - (getWidth(this.caption)/2) + (this.w()/2), (this.y() + this .h()));顯示(this.標題); } this.hideCaption = function() { hide(this.caption); } this.setCaption = function(c) { getObjectRef(this.caption).innerHTML = c;} this.addItem = function(c,action,r) { getObjectRef(this.ref).className = "dot"; } if(!r) r = this.radius/2; var sub = new menuObject(this.name + ".subMenus[" + this.subMenus.length + "]",0,0,c,r,this);子.父=這個;子動作=動作; sub.moveMe(0,0); this.subMenus[this.subMenus.length] = sub;返回子; } this.expand = function() { if(this.subMenus.length > 0) { var p = true; if(this.parent) { p = !this.parent.moving; for(var i=0; i<this.parent.subMenus.length;i++) p = p && ((this.parent.subMenus[i].state==0) || (this.parent.subMenus[i] .state==this.parent.subMenus[i].subMenus.length)) && (this.parent.subMenus[i].movie==false); } 否則 var o = false; if((!this.parent || this.parent.state == this.parent.subMenus.length) && p) { if(this.parent) this.collapseAll(this.name); } var diff = 360 / this.subMenus.length; for(var i=0;i<this.subMenus.length;i++){ this.subMenus[i].moveMe(0,0); this.subMenus[i].show(); this.moving = true; this.subMenus[i].slide(this.subMenus[i].radius * cos(degToRad((diff*i)+this.startAngle)), this.subMenus[i].radius * sin(degToRad((diff* i)+this.startAngle)), this.name + ".subMenus[" + i + "].showCaption();" + this.name + ".movie=false;" + this.name + " .state+= 1;"); } if(this.parent){ getObjectRef(this.parent.ref).style.filter = "alpha (opacity=33)"; getObjectRef(this.parent.ref).style.MozOpacity = "33%"; getObjectRef(this.parent.ref).className = "dotoff"; getObjectRef(this.parent.caption).style.filter = "alpha (不透明度=33)"; getObjectRef(this.parent.caption).style.MozOpacity = "33%"; for(i=0;i<this.parent.subMenus.length;i++) { getObjectRef(this.parent.subMenus[i].ref).style.filter = "alpha (不透明度=66)"; getObjectRef(this.parent.subMenus[i].ref).style.MozOpacity = "66%"; getObjectRef(this.parent.subMenus[i].caption).style.filter = "alpha (不透明度=66)"; getObjectRef(this.parent.subMenus[i].caption).style.MozOpacity = "66%"; } if(this.parent.parent) { for(i=0;i<this.parent.parent.subMenus.length;i++) { getObjectRef(this.parent.parent.subMenus[i].ref).style.filter =“阿爾法(不透明度=33)”; getObjectRef(this.parent.parent.subMenus[i].ref).style.MozOpacity = "33%"; getObjectRef(this.parent.parent.subMenus[i].ref).className = "dotoff"; getObjectRef(this.parent.parent.subMenus[i].caption).style.filter = "alpha (不透明度=33)"; getObjectRef(this.parent.parent.subMenus[i].caption).style.MozOpacity = "33%"; getObjectRef(this.parent.parent.ref).style.MozOpacity = "33%"; getObjectRef(this.parent.parent.ref).style.MozOpacity = "33%"; getObjectRef(this.parent.parent.ref).className = "dotoff"; getObjectRef(this.ref).style.filter = "alpha (不透明度=66)"; getObjectRef(this.caption).style.filter = "alpha (不透明度=66)"; getObjectRef(this.ref).style.MozOpacity = "66%"; getObjectRef(this.caption).style.MozOpacity = "66%"; } } } this.collapse = function() { var p = true; p = !this.moving; for(var i=0; i<this.subMenus.length;i++) p = p && (this.subMenus[i].state==0) && (this.subMenus[i].moving==false ); if(p && this.subMenus.length > 0) { for(var i=0;i<this.subMenus.length;i++){ this.subMenus[i].hideCaption(); } this.moving = true; this.subMenus[i].slide(0, 0, this.name + ".subMenus[" + i + "].hide();" + this.name + ".movie=false;" + this .name + “.state-=1;”); } if(this.parent){ getObjectRef(this.parent.ref).style.filter = "alpha (opacity=66)"; getObjectRef(this.parent.ref).style.MozOpacity = "66%"; if(this.parent.subMenus.length != 0) getObjectRef(this.parent.ref).className = "dot";否則 getObjectRef(this.parent.ref).className = "dotempty"; getObjectRef(this.parent.caption).style.filter = "alpha (不透明度=66)"; getObjectRef(this.parent.caption).style.MozOpacity = "66%"; for(i=0;i<this.parent.subMenus.length;i++) { getObjectRef(this.parent.subMenus[i].ref).style.filter = "alpha (不透明度=100)"; getObjectRef(this.parent.subMenus[i].ref).style.MozOpacity = "100%"; if(this.parent.subMenus[i].subMenus.length != 0) getObjectRef(this.parent.subMenus[i].ref).className = "dot";否則 getObjectRef(this.parent.subMenus[i].ref).className = "dotempty"; getObjectRef(this.parent.subMenus[i].caption).style.filter = "alpha (不透明度=100)"; getObjectRef(this.parent.subMenus[i].caption).style.MozOpacity = "100%"; } if(this.parent.parent) { for(i=0;i<this.parent.parent.subMenus.length;i++) { getObjectRef(this.parent.parent.subMenus[i].ref).style.filter =“阿爾法(不透明度=66)”; getObjectRef(this.parent.parent.subMenus[i].ref).style.MozOpacity = "66%"; if(this.parent.parent.subMenus[i].subMenus.length != 0) getObjectRef(this.parent.parent.subMenus[i].ref).className = "dot";否則 getObjectRef(this.parent.parent.subMenus[i].ref).className = "dotempty"; getObjectRef(this.parent.parent.subMenus[i].caption).style.filter = "alpha (不透明度=66)"; getObjectRef(this.parent.parent.subMenus[i].caption).style.MozOpacity = "66%"; getObjectRef(this.ref).style.filter = "alpha (不透明度=100)"; getObjectRef(this.caption).style.filter = "alpha (不透明度=100)"; getObjectRef(this.ref).style.MozOpacity = "100%"; getObjectRef(this.caption).style.MozOpacity = "100%"; } } this.collapseAll = function( except) { for(var i=0;i<this.parent.subMenus.length;i++) { if(this.parent.subMenus[i].name!= except && this.parent .subMenus[i].state==this.parent.subMenus[i].subMenus.length) { this.parent.subMenus[i].collapse(); } } } this.toggle = function(e) { if(document.all) id = window.event.srcElement;否則 id = e.target; var dot = eval(id.objRef); if(dot.state==0 && !dot.movie) dot.expand(); else if(dot.state==dot.subMenus.length && !dot.moving) dot.collapse() } this.doAction = function(e) { if(document.all) id = window.event.srcElement ;否則 id = e.target; var dot = eval(id.objRef); if(dot.action == "切換") dot.toggle(e);否則 eval(dot.action); } //如果您想要變更觸發動作的事件,請變更這些//================================= = ======================================== //getObjectRef(this.ref). onmousemove = this.切換; getObjectRef(this.ref).onmouseup = this.doAction; this.slide = function(xx,yy,func) { if(!func) func = ""; var px = this.parent.x(); var py = this.parent.y(); var x = xx - this.x() + px; var y = yy - this.y() + py; var d = sqrt(square(xx-this.x() + px) + square(yy-this.y() + py)); var v = d/8;如果(v<1)v = 1; if( (Math.abs(x) < v) && (Math.abs(y) < v) ) { moveMe(this.ref,xx + px,yy + py); if(func != "") eval(func); } else { var a = round(atan(x,y)); dx = 圓(v * cos(degToRad(a))); dy = round(v * sin(degToRad(a))); this.moveBy(dx,dy); setTimeout(this.name + ".slide(" + xx + "," + yy + ", '" + func + "');",10); } } // 預先載入 Windows 過濾器。 if (menuCount==0 && document.all) document.all[this.ref].style.filter = "alpha (opacity=100)";菜單計數++;返回這個; } // 數學函式 //================ var pi = Math.PI;函數 square(x) { return (x*x); } 函數 sqrt(x) { 回傳 Math.sqrt(x); } 函數 round(x) { return Math.round(x); } 函數 rand(x,y) { return (round(Math.random()*(yx)) + x); } 函數 cos(x) { 回傳 Math.cos(x) } 函數 sin(x) { 回傳 Math.sin(x) } 函數 degToRad(x) { 回傳 ( x/(360/(2*pi)) ); } 函式 radToDeg(x) { return ( x*(360/(2*pi)) ); } 函數 atan(s,t) { if( s == 0.0 && t > 0.0) 角 = 90.0;否則 if(s == 0.0 && t < 0.0) 角 = 270.0;否則 if (s < 0.0 ) 角度 = 180.0 + radToDeg(Math.atan(t/s));否則 if (s > 0.0 && t < 0.0) 角度 = 360.0 + radToDeg(Math.atan(t/s));否則 { if(s==0.0) s=0.00001;角度 = radToDeg(Math.atan(t/s)); if(角 < 0.0) 角 += 360.0;返回角; } //取得頁面尺寸 if(document.all) pageWidth = document.body.offsetWidth-20;否則頁面寬度=內部寬度; if(document.all) pageHeight = document.body.offsetHeight-4;否則頁面高度=內部高度; //建立主選單 var menu = new menuObject("menu",pageWidth/2,pageHeight/2,"DhtmlCentral Site Map",pageHeight/2);選單.startAngle = -90; //顯示選單和標題 menu.show();選單.showCaption(); //新增子選單 menu.addItem("news","window.open('/news')"); menu.addItem("腳本","切換"); menu.addItem("教學","切換"); menu.addItem("論壇","切換"); menu.addItem("資源","切換"); menu.subMenus[1].addItem("FoldOutMenu","window.open('/script/script22.asp')"); menu.subMenus[1].addItem("載入欄","window.open('/script/script17.asp')"); menu.subMenus[1].addItem("視窗腳本","window.open('/script/script16.asp')"); menu.subMenus[1].addItem("PageSlideFade","window.open('/script/script15.asp')"); menu.subMenus[1].addItem("圓形選單","window.open('/script/script14.asp')"); menu.subMenus[1].addItem("動畫介紹","window.open('/script/script9.asp')"); menu.subMenus[1].addItem("NewsSlideFade","window.open('/script/script10.asp')"); menu.subMenus[1].addItem("其他腳本","window.open('/script/')"); menu.subMenus[2].addItem("vs5 瀏覽器腳本","window.open('/tutorials/tutorial5.asp')"); menu.subMenus[2].addItem("製作Dhtml腳本","window.open('/tutorials/tutorial6.asp')"); menu.subMenus[2].addItem("濾鏡與轉場","window.open('/tutorials/tutorial4.asp')"); menu.subMenus[2].addItem("Dhtml 函式庫","window.open('/tutorials/tutorial3.asp')"); menu.subMenus[2].addItem("文件大小","window.open('/tutorials/tutorial2.asp')"); menu.subMenus[2].addItem("Dhtml 簡介","window.open('/tutorials/tutorial1.asp')"); menu.subMenus[3].addItem("論壇列表","window.open('/forums')"); menu.subMenus[3].addItem("酷站","window.open('/forums/forum.asp?FORUM_ID=1&CAT_ID=1&Forum_Title=Cool+sites')"); menu.subMenus[3].addItem("CoolMenus","window.open('/forums/forum.asp?FORUM_ID=2&CAT_ID=1&Forum_Title=CoolMenus')"); menu.subMenus[3].addItem("跨瀏覽器","window.open('/forums/forum.asp?FORUM_ID=3&CAT_ID=1&Forum_Title=Crossbrowser+DHTML')"); menu.subMenus[3].addItem("腳本","window.open('/forums/forum.asp?FORUM_ID=4&CAT_ID=1&Forum_Title=DHTML+Scripts')"); menu.subMenus[3].addItem("常規","window.open('/forums/forum.asp?FORUM_ID=6&CAT_ID=1&Forum_Title=常規+DHTML+問題')"); menu.subMenus[3].addItem("離題","window.open('/forums/forum.asp?FORUM_ID=9&CAT_ID=1&Forum_Title=Off%2Dtopic')"); c = menu.subMenus[4].addItem("酷站點","切換"); c.startAngle = 15; menu.subMenus[4].addItem("門戶","window.open('/resources/default.asp?catid=7&cattitle=門戶')"); menu.subMenus[4].addItem("腳本網站","window.open('/resources/default.asp?catid=1&cattitle=Script+sites')"); menu.subMenus[4].addItem("教學&<br>參考資料","切換"); menu.subMenus[4].subMenus[0].addItem("商業網站","window.open('/resources/default.asp?catid=5&cattitle=商業+網站')"); menu.subMenus[4].subMenus[0].addItem("個人網站","window.open('/resources/default.asp?catid=6&cattitle=個人+網站')"); menu.subMenus[4].subMenus[0].addItem("實驗項目","window.open('/resources/default.asp?catid=4&cattitle=Experimental+projects')"); menu.subMenus[4].subMenus[3].addItem("參考文獻","window.open('/resources/default.asp?catid=8&cattitle=參考文獻')"); menu.subMenus[4].subMenus[3].addItem("教學與文章","window.open('/resources/default.asp?catid=9&cattitle=教學+和+文章')"); //--></script> </body> </html>