摘要: Javascript: var STNM=escape($("#ASPxRoundPanel1_DropDownList1 option[selected=true]").text()); C# string STNM = Server.UrlDecode(Request.QueryString["STNM"].ToString()); 阅读全文
posted @ 2009-09-19 14:11 蛤蟆王子 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.javaeye.com/topic/316013 /*------------------------------------------------------ *说明:select元素javascript常用操作 * 1.判断是否存在指定value的Item * 2.加入一个Item * 3.删除值为value的所有Item * 4.删除某一个index的选项 *... 阅读全文
posted @ 2009-09-19 14:04 蛤蟆王子 阅读(210) 评论(0) 推荐(0) 编辑
摘要: var STNM=$("#ASPxRoundPanel1_DropDownList1 option[selected=true]").text(); 阅读全文
posted @ 2009-09-19 14:01 蛤蟆王子 阅读(880) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/kevin-wang/archive/2009/01/21/1379475.html N.1 基本介绍:     * showModalDialog() (IE 4+ 支持),用来创建一个显示HTML内容的模态对话框。     * showModelessDialog() (IE 5+... 阅读全文
posted @ 2009-09-19 13:33 蛤蟆王子 阅读(389) 评论(0) 推荐(0) 编辑
摘要: top.document.title=”我是title”; 阅读全文
posted @ 2009-09-19 13:30 蛤蟆王子 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 用window.showModalDialog弹出的网页对话框总是缓存网页内容,在head标签里加入: <META http-equiv="pragma" content="no-cache"> <META http-equiv="Cache-Control" content="no-cache"&... 阅读全文
posted @ 2009-09-19 13:29 蛤蟆王子 阅读(132) 评论(0) 推荐(0) 编辑