nodes[i].onblur = function () //this.style.fontsize='0.7em'; this.style.color='#000'; this.style.height='14px'; this.style.margintop='1px'; }}}
nodes = document.getelementsbytagname("select");
for (var i=0; inodes[i].onblur = function () //this.style.fontsize='0.7em'; this.style.color='#000'; this.style.height='14px'; this.style.margintop='1px'; }
}nodes = document.getelementsbytagname("textarea");
for (var i=0; inodes[i].onblur = function () }}
C 下讓MDI子窗體布滿父窗體的整個工作區
前提是你已經建立了乙個窗體form1,並設定窗體的 ismdicontainer 屬性為真,其次就是建立窗體的子窗體form2,並設定所有的窗體的formborderstyle 屬性為fixedsingle,最後就是設定了,在form1呼叫form2子窗體的處理程式中,新增如下 form2.wind...
鏈結提示文字的實現
在web中經常碰到鏈結提示文字效果,就是當滑鼠經過url鏈結時,立刻彈出乙個提示層 div 提示鏈結內容等等相關文字.雖然知道是用隱藏div實現de.js檔案 如下 mouse on title.js var o event.srcelement mou event.x mousey event.y...
改變標籤的文字顏色
改變標籤的文字顏色 在 api 中,jlable 沒有setforegroud 這一方法.幸運的是確有getforegroud這一方法.只是過載了這一方法.就可以改變他的顏色 例 private class lbhelp extends jlabel public color getforegrou...