- 博客(5)
- 收藏
- 关注
原创 模态窗体调用
function ShowEditPage(illnessID) { var value= window.showModalDialog("illnessEdit.aspx?illnessID=" + illnessID,"","dialogLeft:500px;dialogTop:350px;dialogWidth:500px;dialogHeight:150px");
2009-11-04 09:03:00
412
原创 Winform程序跳转网页
private void statusCopyRight_Click(object sender, EventArgs e)//用户单击,跳转到指定网址/网站 { System.Diagnostics.Process.Start("http://www.优快云.com"); }
2009-11-04 09:00:00
521
原创 2个RadioButtonList之间实现单选
whatId1为另一个RadioButtonList,whatId2为当前所点RadioButtonListfunction getValueTwo(whatId1,whatId2){ var id1=whatId1; var id2=whatId2; var leth1=document.getElementById(id1).cells.length; var let
2009-11-04 08:23:00
677
原创 前台控件接值
foreach (Control ct in form1.Controls) { if (ct.GetType() == typeof(HtmlInputRadioButton)) { if (ct.ID.Contains("Screens"))
2009-11-04 08:21:00
285
原创 遍历前台控件
<br /> foreach (Control ct in form1.Controls)<br /> {<br /> if (ct.GetType() == typeof(HtmlInputRadioButton))<br /> {<br /> if (ct.ID.Contains("Permission"))<br /> {<br /> if (((
2009-11-03 17:05:00
216
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人