|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
由于ASP还是一种Script语言所没除了大量使用组件外,没有办法提高其工作效率。它必须面对即时编绎的时间考验,同时我们还不知其背后的组件会是一个什么样的状况;解答|成绩经常使用的javascriptfunction
//=========================================
//输出数据查验
//查验空值
functionfunCheckEmpty(m_Text){
varstrTmp=m_Text
if(strTmp==null||strTmp==""){
returnfalse
}
returntrue
}
//查验内容的长度
functionfunTextLenCheck(m_Text){
varstrText=m_Text
for(i=0;i<=strText.length-1;i++){
if(strText.charCodeAt(i)>=256){
returnstrText.length*2
}
}
returnstrText.length
}
//查验长度
functionfunCheckLen(m_Len,m_Text){
if(funTextLenCheck(m_Text)>m_Len){
returnfalse
}
returntrue
}
//查验是不是为数字
functionfunCheckNumber(m_Text){
varstrTmp=m_Text
if(isNaN(strTmp)){
returnfalse
}
returntrue
}
//查验日期是不是正当
functionfuncheckDate(m_Year,m_Month,m_Day){
//依据月先获得最年夜日期
varmaxDay
if(m_Month==2){
maxDay=28
if(m_Year%4==0){
maxDay=29
}
}else{
if(m_Month<=7){
if(m_Month%2==0){
maxDay=30
}else{
maxDay=31
}
}else{
if(m_Month%2==0){
maxDay=31
}else{
maxDay=30
}
}
}
if(m_Day>maxDay){
returnfalse
}
returntrue
}
//读取Cookies信息
functionGetCookie(strCookName){
vararvCookies=document.cookie.split(";")
for(vari=0;i<arvCookies.length;i++){
vararvOneCookie=arvCookies[i].split("=")
if(strCookName==arvOneCookie[0]){
returnunescape(arvOneCookie[1])
}
}
return""
}
//交换字符串中的不法字符
functionReplace_Text(text){
varstrTmp=text
strTmp=strTmp.replace("@","@")
strTmp=strTmp.replace("?","?")
strTmp=strTmp.replace("&","&")
strTmp=strTmp.replace("","‘")
strTmp=strTmp.replace("<","〈")
strTmp=strTmp.replace(">","〉")
returnstrTmp
}
functionCheck_PassWord(text){
varstrTmp=text
if(strTmp.indexOf("")>-1){
return""
}
if(strTmp.indexOf("?")>-1){
return"?"
}
if(strTmp.indexOf("&")>-1){
return"&"
}
if(strTmp.indexOf("<")>-1){
return"<"
}
if(strTmp.indexOf(">")>-1){
return">"
}
return""
}
functionCheck_Url(text){
varstrTmp=text
if(strTmp.indexOf("")>-1){
returnfalse
}
returntrue
}
//核心把持
functiondocument.onkeydown(){
vare=event.srcElement;
if(event.keyCode==13&&e.tagName=="INPUT"&&e.type=="text"){
event.keyCode=9;
}
}
<%response.write"
1.oncontextmenu="window.event.returnvalue=false"将完全屏障鼠标右键
<tableborderoncontextmenu=return(false)><td>no</table>可用于table
2.<bodyonselectstart="returnfalse">作废拔取、避免复制
3.onpaste="returnfalse"禁绝粘贴
4.oncopy="returnfalse;"oncut="returnfalse;"避免复制
5.<linkrel="shortcuticon"href="favicon.ico">ie地点栏前换成本人的图标
6.<linkrel="bookmark"href="favicon.ico">能够在保藏夹中显现出你的图标
7.<inputstyle="ime-mode:disabled">封闭输出法
8.永久城市带着框架
<scriptlanguage="javascript"><!--
if(window==top)top.location.href="frames.htm";//frames.htm为框架网页
//--></script>
9.避免被人frame
<scriptlanguage=javascript><!--
if(top.location!=self.location)top.location=self.location;
//--></script>
10.<noscript><iframesrc=*.html></iframe></noscript>网页将不克不及被另存为
11.<inputtype=buttonvalue=检察网页源代码
onclick="window.location=view-source:+<imgsrc=http://www.163design.net/a/q/"pic/url.gif"align=absmiddleborder=0>http://www.csdn.net/";;;;>
12.如何经由过程asp的手腕来反省来访者是不是用了代办署理
<%ifrequest.servervariables("http_x_forwarded_for")""then
response.write"<fontcolor=#ff000</p>SQLServer是基于服务器端的中型的数据库,可以适合大容量数据的应用,在功能上管理上也要比Access要强得多。在处理海量数据的效率,后台开发的灵活性,可扩展性等方面强大。 |
|