上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: document.title //设置文档标题等价于HTML的<title>标签 document.bgColor //设置页面背景色 document.fgColor //设置前景色(文本颜色) document.linkColor //未点击过的链接颜色 document.alinkColor //激活链接(焦点在此链接上)的颜色 document.vlinkColor //已点击... 阅读全文
posted @ 2009-06-15 17:47 hb 阅读(1309) 评论(0) 推荐(0)
摘要: function GetCookie(sName){ //alert( document.cookie); var aCookie = document.cookie.split("; "); for (var i=0; i < aCookie.length; i++) { var aCrumb = aCookie[i].split("="); if (sName == aCrumb[0]... 阅读全文
posted @ 2009-06-15 17:00 hb 阅读(146) 评论(0) 推荐(0)
摘要: private string ClearUpScript(string key) { Regex regex1 = new Regex(@"<(|/)SPAN[^>]*>", RegexOptions.IgnoreCase); key = regex1.Replace(key, ""); Regex regex2 = new Regex(@"<(|/)o:p[^>]*... 阅读全文
posted @ 2009-06-11 16:59 hb 阅读(214) 评论(0) 推荐(0)
摘要: ReportCommonOperation里面//生成静态页面 public void createReportCommonHtml(int RID) { ReportCommonOperation RCO = new ReportCommonOperation(RID); if (RCO.RID == 0) { return; } //存放路径 string filepath = Configu... 阅读全文
posted @ 2009-06-11 16:40 hb 阅读(180) 评论(0) 推荐(0)
摘要: <appSettings> <!--<add key ="FuYiDatabase" value="Data Source=dsc-05.hichina.com;Initial Catalog=dsc050050_db;User ID=dsc050050;password=z7y0s8r1b5;"/>--> <add key ="FuYiDatabase"... 阅读全文
posted @ 2009-06-03 16:51 hb 阅读(255) 评论(0) 推荐(0)
摘要: 样式中HTML {FILTER: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)}IMG {FILTER: gray} 阅读全文
posted @ 2009-05-14 08:46 hb 阅读(136) 评论(0) 推荐(0)
摘要: " : ""%> 阅读全文
posted @ 2009-05-05 15:52 hb 阅读(123) 评论(0) 推荐(0)
摘要: 富易股票 ★()★ 发布时间: 股市日历 公告信息 公开交易信息 ... 阅读全文
posted @ 2009-04-28 09:27 hb 阅读(365) 评论(0) 推荐(0)
摘要: function getman() { var ss=document.getElementById("lstRName"); var aa=document.getElementById("txtReportMan"); for(var i=0;i <ss.length;i++) { if (ss.options[i].sel... 阅读全文
posted @ 2009-04-19 09:41 hb 阅读(130) 评论(0) 推荐(0)
摘要: table Page ID Delete Add Row Add Column 阅读全文
posted @ 2009-04-14 17:12 hb 阅读(141) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页