晨风

-------------------- 业精于勤,荒于嬉;行成于思,毁于随

导航

上一页 1 ··· 24 25 26 27 28

2011年8月4日

摘要: <script type="text/javascript" language="javascript"> //复制到剪切板js代码 function copyToClipBoard(s) { //alert(s); if (window.clipboardData) { window.clipboardData.setData("Text", s); alert("已经复制到剪切板!"+ "\n" + s); } else if (navi... 阅读全文

posted @ 2011-08-04 12:10 shenyixin 阅读(23198) 评论(0) 推荐(2) 编辑

2011年7月26日

摘要: 1.应用程序池必须为“经典”2.IIS中选中ASP项目,右边功能视图中点击ASP,“启用父目录”把false改为true,然后右上角点“应用” 阅读全文

posted @ 2011-07-26 10:01 shenyixin 阅读(353) 评论(0) 推荐(0) 编辑

2011年7月22日

摘要: 代码如下: item.Text = (string)dr["NodeName"]; item.Value = dr["NodeID"].ToString(); item.NavigateUrl = dr["Mlinks"].ToString();这个是框架html: <iframe src="ContactUS.aspx" frameborder="0" width="575px" height="715px" name="centerma 阅读全文

posted @ 2011-07-22 17:00 shenyixin 阅读(261) 评论(0) 推荐(0) 编辑

2011年6月30日

摘要: http://files.cnblogs.com/shenyixin/AllCityData.rar 阅读全文

posted @ 2011-06-30 18:14 shenyixin 阅读(296) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28