在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
if(!IsPostBack) { ChangeGetCodeImage(); } /// <summary> /// 鼠标经过改变获取验证码图片按钮的图片 /// </summary> private void ChangeGetCodeImage() { this.ibtGetCode.Attributes.Add("onmouseover", "this.src='/Images/getcode2.png'"); this.ibtGetCode.Attributes.Add("onmouseout", "this.src='/Images/getcode3.png'"); }
|
请发表评论