会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
.NET开发
博客园
首页
博问
闪存
新随笔
订阅
管理
2007年10月20日
asp 中要使用XML文件
摘要: asp 中要使用XML文件,必须使用Server 的Microsoft.XMLDocument 对象,具体使用方法,可归列如下: 1. 新建立一个DOM 对象: Set objDOM = Server.CreateObject("Microsoft.XMLDocument")2. 读取指定的XML 文档的方法: objDOM.Load(Server.MapPath(".\Variables.xml...
阅读全文
posted @ 2007-10-20 15:52 蹒跚学步
阅读(129)
评论(0)
推荐(0)
编辑
2007年10月16日
下拉式提示
摘要: <style><!--.drag{position:relative;cursor:hand}#scontentmain{position:absolute;width:150px;}#scontentbar{cursor:hand;position:absolute;background-color:green;height:15;width:100%;top:0;}#scon...
阅读全文
posted @ 2007-10-16 13:55 蹒跚学步
阅读(100)
评论(0)
推荐(0)
编辑
下拉菜单
摘要: <style><!--.drag{position:relative;cursor:hand}#scontentmain{position:absolute;width:150px;}#scontentbar{cursor:hand;position:absolute;background-color:green;height:15;width:100%;top:0;}#scon...
阅读全文
posted @ 2007-10-16 13:54 蹒跚学步
阅读(180)
评论(0)
推荐(0)
编辑
2007年10月15日
在ASP中使用XML
摘要: 关键字:XML,XSL,ADO,COM,可扩展标记语言 由于XML(可扩展标记语言:eXtensible Markup Language)真正的平台无关性,它正在逐渐成为数据传输的主要介质。XML是一种自描述的语言,数据本身就已经包含了元数据,即关于数据本身的信息。例如:“孟子E章1757281793923net_lover1807581793923”这组数据,从字面很难看...
阅读全文
posted @ 2007-10-15 17:25 蹒跚学步
阅读(206)
评论(0)
推荐(0)
编辑
第一次
摘要: 刚注册上来看看
阅读全文
posted @ 2007-10-15 16:11 蹒跚学步
阅读(75)
评论(0)
推荐(0)
编辑