01 2011 档案

摘要:script language="JavaScript"document.oncontextmenu=new Function("event.returnValue=false;");document.onselectstart=new Function("event.returnValue=false;");/script 阅读全文
posted @ 2011-01-25 15:36 乄蛇~ 阅读(196) 评论(0) 推荐(0)
摘要:1.//弹出对话框.点击转向指定页面CODE:Response.Write("scriptwindow.alert('该会员没有提交申请,请重新提交!')/script");Response.Write("scriptwindow.location ='http://www.51aspx.com/bizpulic/upmeb.aspx'/script");2.//弹出对话框CODE:Response.Write("script language='javascript'alert('产品添加成功!')/script &q 阅读全文
posted @ 2011-01-25 14:52 乄蛇~ 阅读(147) 评论(0) 推荐(0)
摘要:hr style=" border:0px dashed #ccc; border-top: 1px dashed #ccc; width: 100%; height: 1px;" width="100%" / 阅读全文
posted @ 2011-01-25 14:32 乄蛇~ 阅读(272) 评论(0) 推荐(0)
摘要:A.文本框特效:7个 1)AutoComplete:自动完成功能控件,根据用户输入的前几个字母或汉字自动提示相关数据。2)FilteredTextBox:文本框过滤控件,它可以限制用户只能在文本框中输入大写,小写,数字或者自定义字符。3)MaskedEdit:编加验证控件,它实际上是由两控件组成(MakedEditExtender,MaskedEditValidator),它的主要作用是对日期,时间,数字格式进行验证。4)PasswordStrength:密码强度提示控件。5)TextBoxWatermark:文本框水印控件。6)ValidatorCallout:验证提醒控件B.菜单特效5个: 阅读全文
posted @ 2011-01-24 16:41 乄蛇~ 阅读(125) 评论(0) 推荐(0)