2007年3月14日

控件字体问题

摘要: 控件:Combo Box 代码: static CFont font; font.CreateStockObject(ANSI_VAR_FONT); combo.SetFont(&font); 随后对 Combo Box 进行 AddString 操作。 字体将是 ANSI... 阅读全文

posted @ 2007-03-14 17:03 norsd 阅读(121) 评论(0) 推荐(0) 编辑

2006年10月10日

Gallary_JS

摘要: //SCRIPT_START//#include "atom.js"function _gallary( arrPhotoPath , doc){ this.arrPhotoPath = arrPhotoPath; this.doc = doc?doc:document; thi... 阅读全文

posted @ 2006-10-10 22:51 norsd 阅读(193) 评论(0) 推荐(0) 编辑

2006年10月9日

MainPage_JavascriptCodes

摘要: 阅读全文

posted @ 2006-10-09 19:26 norsd 阅读(165) 评论(0) 推荐(0) 编辑

2006年10月2日

Eassay_JS

摘要: //SCRIPT_START//Change Left Menu (Eassay)function ChangeEssayStyle(){ var oLeftMenu = document.getElementById("leftmenu"); var arrLi =oLeftMe... 阅读全文

posted @ 2006-10-02 00:29 norsd 阅读(245) 评论(0) 推荐(0) 编辑

CC_JS

摘要: //SCRIPT_STARTfunction processArticle( strChaos,strHref ){ this.thisObj = this; this.strChaos = strChaos; this.strHref = strHref; ... 阅读全文

posted @ 2006-10-02 00:27 norsd 阅读(108) 评论(0) 推荐(0) 编辑

ToolTip_JS

摘要: //SCRIPT_START//#namespace SysToolfunction _toolTip( id, nLayerNumber, oParent ){ this.oToolTip = document.createElement('div'); SysTool.add... 阅读全文

posted @ 2006-10-02 00:26 norsd 阅读(128) 评论(0) 推荐(0) 编辑

atom_js

摘要: //SCRIPT_STARTfunction AddNamespace(ns){ var nsParts = ns.split("."); var root = window; for(var i=0; i/ig'); var nSta... 阅读全文

posted @ 2006-10-02 00:25 norsd 阅读(158) 评论(0) 推荐(0) 编辑

2006年9月29日

Javascript 的灾难性错误。

摘要: 1.语句结束的 " ; ” , 输入成了 " : "。2.函数 functionName ( para,para,,) 多余" , "。3."{ } " 不匹配问题。4. 正则表达式变量语法错误问题。 /xxxxxxxxx/ 阅读全文

posted @ 2006-09-29 00:52 norsd 阅读(116) 评论(0) 推荐(0) 编辑

2006年9月10日

testJS

摘要: //SCRIPT_STARTfunction TestJS(){ alert('hello world!');}//SCRIPT_END 阅读全文

posted @ 2006-09-10 15:13 norsd 阅读(128) 评论(0) 推荐(0) 编辑

2006年9月9日

JS_EssayStyle

摘要: //SCRIPT_STARTfunction c2(){ alert('hello w');}//Change Left Menu (Eassay)function ChangeEssayStyle(){ var oLeftMenu = document.getElementById... 阅读全文

posted @ 2006-09-09 14:38 norsd 阅读(136) 评论(0) 推荐(0) 编辑

导航