App下載

詞條

大約有 9,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0064秒)

5741.Window blur() 方法

...例 保證新的窗口沒有獲得焦點(diǎn)(新窗口發(fā)送到后臺(tái)): <html> <head> <script> function openWin() { myWindow=window.open('','','width=200,height=100'); myWindow.document.write("<p>The new window.</p>"); myWindow.blur(); } </scrip...

http://www.o2fo.com/jsref/met-win-blur.html

5742.Window resizeBy() 方法

... 實(shí)例 實(shí)例 通過各種方式重新設(shè)置窗口大小為100px: <html> <head> <script> function resizeWindow() ??{ ??window.resizeBy(100,100) ??} </script> </head> <body> <input type="button" onclick="resizeWindow()" value="Resize window"> </bo...

http://www.o2fo.com/jsref/met-win-resizeby.html

5743.Window setInterval() 方法

...秒執(zhí)行 clock() 函數(shù)。實(shí)例中也包含了停止執(zhí)行的按鈕: <html> <body> <input type="text" id="clock"> <script language=javascript> var int=self.setInterval(function(){clock()},1000); function clock() { var d=new Date(); var t=d.toLocaleTimeString(); docu...

http://www.o2fo.com/jsref/met-win-setinterval.html

5744.Columngroup span屬性

...Id("myColgroup").style.backgroundColor="red"; 嘗試一下 ? 相關(guān)頁面 HTML 參考手冊: HTML <colgroup> span 屬性 Columngroup 對(duì)象

http://www.o2fo.com/jsref/prop-colgroup-span.html

5745.Form onsubmit 事件

...例實(shí)例當(dāng)submit按鈕點(diǎn)擊提交表單后顯示一個(gè)彈窗框:<html><head><script>function greeting(){alert("Welcome " + document.forms["frm1"]["fname"].value + "!")}</script></head><body>What is your name?<br><form name="frm1" action="submit.htm" ...

http://www.o2fo.com/jsref/event-form-onsubmit.html

5746.Column span屬性

...entById("myCol").style.backgroundColor="red"; 嘗試一下 ? 相關(guān)頁面 HTML 參考手冊: HTML <col> span 屬性 Column 對(duì)象

http://www.o2fo.com/jsref/prop-col-span.html

5747.Frameset onload 事件

... 事件 實(shí)例 實(shí)例 框架集載入完成后彈出 "Page is loaded": <html> <head> <script> function load() { alert("Page is loaded"); } </script> </head> <frameset onload="load()" cols="50%,50%"> ? <frame src="frame_a.htm"> ? <frame src="frame_b.htm"...

http://www.o2fo.com/jsref/event-frameset-onload.html

5748.Image onload 事件

...件 實(shí)例 實(shí)例 在圖片載入完成后彈出 "Image is loaded" : <html> <head> <script> function loadImage() { alert("Image is loaded"); } </script> </head> <body> <img src="w3javascript.gif" onload="loadImage()"> </body> </html> 嘗試一下...

http://www.o2fo.com/jsref/event-img-onload.html

5749.Image onabort 事件

...中,如果圖像的加載被中斷,則會(huì)顯示一個(gè)對(duì)話框:<html><head><script>function abortImage(){alert('Error: Loading of the image was aborted!')}</script></head><body><img src="image_w3default.gif"onabort="abortImage()"></body>&...

http://www.o2fo.com/jsref/event-img-onabort.html

5750.ins dateTime屬性

...yId("myIns").dateTime="2013-11-15T21:40:07Z"; 嘗試一下 ? 相關(guān)文章 HTML 參考手冊: HTML <ins> datetime 屬性 ins 對(duì)象

http://www.o2fo.com/jsref/prop-ins-datetime.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

5741.Window blur() 方法

...例 保證新的窗口沒有獲得焦點(diǎn)(新窗口發(fā)送到后臺(tái)): <html> <head> <script> function openWin() { myWindow=window.open('','','width=200,height=100'); myWindow.document.write("<p>The new window.</p>"); myWindow.blur(); } </scrip...

http://www.o2fo.com/jsref/met-win-blur.html

5742.Window resizeBy() 方法

... 實(shí)例 實(shí)例 通過各種方式重新設(shè)置窗口大小為100px: <html> <head> <script> function resizeWindow() ??{ ??window.resizeBy(100,100) ??} </script> </head> <body> <input type="button" onclick="resizeWindow()" value="Resize window"> </bo...

http://www.o2fo.com/jsref/met-win-resizeby.html

5743.Window setInterval() 方法

...秒執(zhí)行 clock() 函數(shù)。實(shí)例中也包含了停止執(zhí)行的按鈕: <html> <body> <input type="text" id="clock"> <script language=javascript> var int=self.setInterval(function(){clock()},1000); function clock() { var d=new Date(); var t=d.toLocaleTimeString(); docu...

http://www.o2fo.com/jsref/met-win-setinterval.html

5744.Columngroup span屬性

...Id("myColgroup").style.backgroundColor="red"; 嘗試一下 ? 相關(guān)頁面 HTML 參考手冊: HTML <colgroup> span 屬性 Columngroup 對(duì)象

http://www.o2fo.com/jsref/prop-colgroup-span.html

5745.Form onsubmit 事件

...例實(shí)例當(dāng)submit按鈕點(diǎn)擊提交表單后顯示一個(gè)彈窗框:<html><head><script>function greeting(){alert("Welcome " + document.forms["frm1"]["fname"].value + "!")}</script></head><body>What is your name?<br><form name="frm1" action="submit.htm" ...

http://www.o2fo.com/jsref/event-form-onsubmit.html

5746.Column span屬性

...entById("myCol").style.backgroundColor="red"; 嘗試一下 ? 相關(guān)頁面 HTML 參考手冊: HTML <col> span 屬性 Column 對(duì)象

http://www.o2fo.com/jsref/prop-col-span.html

5747.Frameset onload 事件

... 事件 實(shí)例 實(shí)例 框架集載入完成后彈出 "Page is loaded": <html> <head> <script> function load() { alert("Page is loaded"); } </script> </head> <frameset onload="load()" cols="50%,50%"> ? <frame src="frame_a.htm"> ? <frame src="frame_b.htm"...

http://www.o2fo.com/jsref/event-frameset-onload.html

5748.Image onload 事件

...件 實(shí)例 實(shí)例 在圖片載入完成后彈出 "Image is loaded" : <html> <head> <script> function loadImage() { alert("Image is loaded"); } </script> </head> <body> <img src="w3javascript.gif" onload="loadImage()"> </body> </html> 嘗試一下...

http://www.o2fo.com/jsref/event-img-onload.html

5749.Image onabort 事件

...中,如果圖像的加載被中斷,則會(huì)顯示一個(gè)對(duì)話框:<html><head><script>function abortImage(){alert('Error: Loading of the image was aborted!')}</script></head><body><img src="image_w3default.gif"onabort="abortImage()"></body>&...

http://www.o2fo.com/jsref/event-img-onabort.html

5750.ins dateTime屬性

...yId("myIns").dateTime="2013-11-15T21:40:07Z"; 嘗試一下 ? 相關(guān)文章 HTML 參考手冊: HTML <ins> datetime 屬性 ins 對(duì)象

http://www.o2fo.com/jsref/prop-ins-datetime.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程