x
Yes
No
Do you want to visit DriveHQ English website?
首页
产品服务
价格
免费试用
下载客户端
关于我们
云文件服务
|
云备份服务
|
FTP服务
|
企业邮箱服务
|
网站托管
|
客户端软件
云文件服务
云备份服务
FTP服务
企业级邮箱服务
网站托管
客户端软件
comment.js - Hosted on DriveHQ Cloud IT Platform
返回上层目录
上传
下载
共享
发布
新建文件夹
新建文件
复制
剪切
删除
粘贴
评论
升级服务
路径: \\drk73\drk73\jeziorko\Skin\comment.js
旋转
特效
属性
历史版本
var verifyImage; var targetImage; var verifyTimer; var verifyTimer_value = 500; function validateComment(theForm) { if(theForm.commentContent) { if(theForm.commentContent.value=="") { alert("You must enter a comment!"); theForm.commentContent.focus(); return false; } if(theForm.commentContent.value.length>255) { alert("Your comment can not be longer than 255 characters!"); theForm.commentContent.focus(); return false; } if(theForm.verifyCode && theForm.verifyCode.value=="") { alert("Verify code is required!"); theForm.verifyCode.focus(); return false; } } return true; } function refreshVerifyCode(imageId) { var temp = Math.round(Math.random() * 100000); verifyImage = document.getElementById(imageId); if(!verifyImage) return; var url = verifyImage.src; var pos = url.indexOf("?"); if(pos>0) url = url.substr(0, pos); url = url + "?refresh=" + temp; targetImage = new Image; targetImage.src = url; verifyTimer = setTimeout("waitForImageLoad();", verifyTimer_value); } function waitForImageLoad() { clearTimeout(verifyTimer); if(!targetImage.complete) { verifyTimer = setTimeout("waitForImageLoad();", verifyTimer_value); } else { verifyImage.src = targetImage.src; } }
comment.js
网页地址
文件地址
上一页
2/16
下一页
下载
( 1 KB )
Comments
Total ratings:
0
Average rating:
无评论
of 10