弹出模态窗口并传递数值
摘要:页面中有BUTTON点击btnExporterClick并把数据传到子窗口function btnExporterClick() { window.param = document.getElementById("dropEnvironment").value; var url = "frmExporter.aspx"; window.showModalDialog(url, window, "dialogWidth=" + 600 + "px;dialogHeight=" + 360 + "px&quo
阅读全文
posted @
2011-11-05 00:52
诡计的不老歌
阅读(251)
推荐(0) 编辑
AjaxPro简单进行对象传输到后台
摘要:AjaxPro的优点我前面已经讲过了,可以跟前后进行对象传输(如有不清楚,请查看我前面的一篇博文)但有时一个表单里面的项目较多,每次去取过来放到object里比较麻烦,有没什么好的办法有选择的,更容易把对象组织好?当然是有的,下面以一个注册面页来说明这个问题,这多亏有了jquery前台注册代码:<%@ Control Language="C#" AutoEventWireup="true" CodeFile="register.ascx.cs" Inherits="controls_youle_register&quo
阅读全文
posted @
2011-09-09 15:53
诡计的不老歌
阅读(731)
推荐(0) 编辑
各种MOUSE形状的表示方法
摘要:<a href="http://" style="cursor: auto;">auto</a><br/> <a href="http://" style="cursor: crosshair ">crosshair </a><br/> <a href="http://" style="cursor: default "...
阅读全文
posted @
2010-01-03 17:27
诡计的不老歌
阅读(264)
推荐(0) 编辑