var $=function(id) { return document.getelementbyid(id) } function imgauto(i){//你必须给图片提前设定初始宽度和高度,建议直接就是最大宽度和高度 var maxw=50; //定义图片显示的最大宽度 var maxh=100; //定义图片显示的最大高度 var o=new image();o.src=i.src;var w=o.width;var h=o.height;var t;if (w>maxw){t=maxw;}else {t=w;} if ((h*t/w)>maxh){i.height=maxh;i.width=maxh/h*w;}else{i.width=t;i.height=t/w*h;} } function imgauto2(i){//你必须给图片提前设定初始宽度和高度,建议直接就是最大宽度和高度 var maxw=650; //定义图片显示的最大宽度 var maxh=1000; //定义图片显示的最大高度 var o=new image();o.src=i.src;var w=o.width;var h=o.height;var t;if (w>maxw){t=maxw;}else {t=w;} if ((h*t/w)>maxh){i.height=maxh;i.width=maxh/h*w;}else{i.width=t;i.height=t/w*h;} } function checkalert() { var t=$("title").value; var n=$("name").value; var ad=$("address").value; var ph=$("phone").value; var c=$("content").value; if(t=="") { alert("留言标题必须填写!"); $("title").focus(); return false; } if(n=="") { alert("您的姓名必须填写!") $("name").focus(); return false } if(ad=="") { alert("您的地址必须填写!") $("address").focus(); return false } if(ph=="") { alert("您的电话必须填写!") $("phone").focus(); return false } if(c=="") { alert("留言内容必须填写!") $("content").focus(); return false } } function checkmsg() { var title=document.form1("title").value; var name=document.form1("name").value; var email=document.form1("email").value; var qq=document.form1("qq").value; var content=document.form1("body").value; if(title==""){ alert("留言标题不能为空!"); document.form1("title").focus(); return false; } if(name==""){ alert("姓名不能为空!"); document.form1("name").focus(); return false; } if(email==""){ alert("邮箱不能为空!"); document.form1("email").focus(); return false; } var rule=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i; if (!rule.test(email)){ alert("请输入有效邮箱!"); return false; } if(qq==""){ alert("qq不能为空!"); document.form1("qq").focus(); return false; } if(isnan(qq)) { alert("qq必须为数字!"); document.form1("qq").focus(); return false; } if((qq.length<=4)||(qq.length>10)) { alert("qq不合法!"); document.form1("qq").focus(); return false; } if(content==""){ alert("留言内容不能为空!"); document.form1("content").focus(); return false; } if(content.length>=400) { alert("留言内容太多!"); document.form1("content").focus(); return false; } } function playerwindow(webname,bk,urlstr, left, top, width, height) { window.open(urlstr, webname, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+bk+',resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenx='+left+',screeny='+top+''); } function checkurl() { g=document.form2.g_vote.length; n=0; for(i=0;i 0) { document.writeln(""); } }