⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common.js

📁 就业管理系统 源代码 可以运行 没有错误
💻 JS
📖 第 1 页 / 共 2 页
字号:
		alert("请输入右侧链接地址!");
		document.form1.rightlink.focus();
		return false;
	}
	form1.submit();
}

//验证首页浮动广告
function subFLYAD()
{
	if(document.form1.title.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入名称!");
		document.form1.title.focus();
		return false;
	}
	if(document.form1.id.value==0)
	{
		if(document.form1.lefturl.value.replace(/\s+$|^\s+/g,"").length<=0)
		{
			alert("请上传浮动图片!");
			document.form1.lefturl.focus();
			return false;
		}
		if(document.form1.lefturl.value.replace(/\s+$|^\s+/g,"").length>0)
		{
			var fileext=form1.lefturl.value.substring(form1.lefturl.value.length-4,form1.lefturl.value.length); 
			fileext=fileext.toLowerCase(); 
			if(!(fileext=='.jpg')&&!(fileext=='.gif')) 
			{
				alert("对不起,文件格式不对,必须为jpg或gif格式文件!"); 
				form1.lefturl.focus(); 
				return false; 
			} 
			var filestr = document.all.lefturl.value;
			 var fso,f; 
			 fso=new ActiveXObject("Scripting.FileSystemObject");  
			 f=fso.GetFile(filestr); 
			 if(f.size>300*1024)
			 {
			 	alert("对不起,图片过大,请裁剪后再上传!"); 
			 	return false;
			 }
		}
	}
	if(document.form1.id.value!=0)
	{
		if(document.form1.lefturl.value.replace(/\s+$|^\s+/g,"").length>0)
		{
			var fileext=form1.lefturl.value.substring(form1.lefturl.value.length-4,form1.lefturl.value.length); 
			fileext=fileext.toLowerCase(); 
			if(!(fileext=='.jpg')&&!(fileext=='.gif')) 
			{
				alert("对不起,文件格式不对,必须为jpg或gif格式文件!"); 
				form1.lefturl.focus(); 
				return false; 
			} 
			var filestr = document.all.lefturl.value;
			 var fso,f; 
			 fso=new ActiveXObject("Scripting.FileSystemObject");  
			 f=fso.GetFile(filestr); 
			 if(f.size>300*1024)
			 {
			 	alert("对不起,图片过大,请裁剪后再上传!"); 
			 	return false;
			 }
		}
	}
	if(document.form1.leftlink.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入链接地址!");
		document.form1.leftlink.focus();
		return false;
	}
	form1.submit();
}

//网站投票(站内调查)验证
function subVote()
{
	if(document.form1.title.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入调查主题!");
		document.form1.title.focus();
		return false;
	}
	
	if(document.form1.item1.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入选项一!");
		document.form1.item1.focus();
		return false;
	}
	if(document.form1.tick1.value.replace(/\s+$|^\s+/g,"").length>0)
	{
		if(isNaN(document.form1.tick1.value))
		{
			alert("请正确输入票数!");
			document.form1.tick1.focus();
			return false;
		}
	}
	if(document.form1.item2.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入选项二!");
		document.form1.item2.focus();
		return false;
	}
	if(document.form1.tick2.value.replace(/\s+$|^\s+/g,"").length>0)
	{
		if(isNaN(document.form1.tick2.value))
		{
			alert("请正确输入票数!");
			document.form1.tick2.focus();
			return false;
		}
	}
	if(document.form1.item3.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入选项三!");
		document.form1.item3.focus();
		return false;
	}
	if(document.form1.tick3.value.replace(/\s+$|^\s+/g,"").length>0)
	{
		if(isNaN(document.form1.tick3.value))
		{
			alert("请正确输入票数!");
			document.form1.tick3.focus();
			return false;
		}
	}
	if(document.form1.item4.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入选项四!");
		document.form1.item4.focus();
		return false;
	}
	if(document.form1.tick4.value.replace(/\s+$|^\s+/g,"").length>0)
	{
		if(isNaN(document.form1.tick4.value))
		{
			alert("请正确输入票数!");
			document.form1.tick4.focus();
			return false;
		}
	}
	if(document.form1.item5.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入选项五!");
		document.form1.item5.focus();
		return false;
	}
	if(document.form1.tick5.value.replace(/\s+$|^\s+/g,"").length>0)
	{
		if(isNaN(document.form1.tick5.value))
		{
			alert("请正确输入票数!");
			document.form1.tick5.focus();
			return false;
		}
	}
	if(document.form1.item6.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入选项六!");
		document.form1.item6.focus();
		return false;
	}
	if(document.form1.tick6.value.replace(/\s+$|^\s+/g,"").length>0)
	{
		if(isNaN(document.form1.tick6.value))
		{
			alert("请正确输入票数!");
			document.form1.tick6.focus();
			return false;
		}
	}
	form1.submit();
}

//房产 二手 交友 分类 招聘分类验证
function infoClass()
{
	if(document.form1.classname.value.replace(/\s+$|^\s+/g,"").length<=0)
	{
		alert("请输入信息分类");
		document.form1.classname.focus();
		return false;
	}
	form1.submit();
}
/*
if (window.Event) 
document.captureEvents(Event.MOUSEUP); 
function nocontextmenu() 
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e) 
{
if (window.Event) 
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
*/
function OnclikeTableInfoCLASS(tr){

	var frm = document.form1[0];
	var vlu = new Array();
	for( i = 0 ; i < 5 ; i++ ){
		vlu[i] = tr.childNodes[i].childNodes[0].nodeValue;
		if(vlu[i]==null){
			vlu[i] = "";
		}
	}
	form1.classname.value = vlu[1];
	form1.id2.value = vlu[0];
	form1.action.value="up";

}
function OnclikeTable(tr){

	var frm = document.form1[0];
	var vlu = new Array();
	for( i = 0 ; i < 7 ; i++ ){
		vlu[i] = tr.childNodes[i].childNodes[0].nodeValue;
		if(vlu[i]==null){
			vlu[i] = "";
		}
	}
	form1.username.value = vlu[1];
	form1.username.readonly=true;
	//alert(vlu[3]);
	form1.isuse.value = vlu[3];
	form1.add.checked=false;
	form1.add.disabled=true;
	form1.update.checked=true;
	form1.update.disabled=false;
}
function OnclikeTableitem(tr){

	var frm = document.form1[0];
	var vlu = new Array();
	for( i = 0 ; i < 2 ; i++ ){
		vlu[i] = tr.childNodes[i].childNodes[0].nodeValue;
		if(vlu[i]==null){
			vlu[i] = "";
		}
	}
	
	form1.id.value = vlu[0];
	form1.itemname.value = vlu[1];
}

function OnclikeTableitemClass(tr){

	var frm = document.form1[0];
	var vlu = new Array();
	for( i = 0 ; i < 2 ; i++ ){
		vlu[i] = tr.childNodes[i].childNodes[0].nodeValue;
		if(vlu[i]==null){
			vlu[i] = "";
		}
	}
	
	form1.id.value = vlu[0];
	form1.classname.value = vlu[1];
}
 //
function changecheck()
{
	form1.add.checked=true;
	form1.update.checked=false;
}
function changecheck2()
{
	form1.add.checked=false;
	form1.update.checked=true;
} 

function is_zw(str)
{
	//exp=/[0-9a-zA-Z_.,#@!$%^&*()-+=|\?/<>]/g;
	//if(str.search(exp) != -1)
	//{
	//	return false;
	//}
	//return true;
}
//
function CheckBadChar(Obj,AlertStr)
{
	exp=/[,]/g;
	if(Obj.value.search(exp) != -1)
	{   alert(AlertStr);
	    Obj.value="";
		Obj.focus();
		return false;
	}
	return true;
}
//
function IsExt(FileName, AllowExt){
		var sTemp;
		var s=AllowExt.toUpperCase().split("|");
		for (var i=0;i<s.length ;i++ ){
			sTemp=FileName.substr(FileName.length-s[i].length-1);
			sTemp=sTemp.toUpperCase();
			s[i]="."+s[i];
			if (s[i]==sTemp){
				return true;
				break;
			}
		}
		return false;
}
//
function is_number(str)
{
	exp=/[^0-9()-]/g;
	if(str.search(exp) != -1)
	{
		return false;
	}
	return true;
}
//
function CheckNumber(Obj,DescriptionStr)
{
	if (Obj.value!='' && (isNaN(Obj.value) || Obj.value<0))
	{
		alert(DescriptionStr);
		Obj.value="";
		Obj.focus();
		return false;
	}
	return true;
}
//
function is_email(str)
{ if((str.indexOf("@")==-1)||(str.indexOf(".")==-1)){
	
	return false;
	}
	return true;
}
function CheckAll(form)
{
				  for (var i=0;i<form.elements.length;i++)
				  {
					var e = form.elements[i];
					if (e.Name != 'chkAll'&&e.disabled==false)
					   e.checked = form.chkAll.checked;
					}
 } 
function OpenWindow(Url,Width,Height,WindowObj)
{
	var ReturnStr=showModalDialog(Url,WindowObj,'dialogWidth:'+Width+'pt;dialogHeight:'+Height+'pt;status:no;help:no;scroll:no;status:0;help:0;scroll:0;');
	return ReturnStr;
}
function WinPop(url, width, height)
{
  window.showModelessDialog(url,"",'dialogWidth=' + width + 'px; dialogHeight=' + height + 'px; resizable=no; help=no; scroll=no; status=no;resizable=0; help=0; scroll=0; status=0;'); 
}
function OpenThenSetValue(Url,Width,Height,WindowObj,SetObj)
{
	var ReturnStr=showModalDialog(Url,WindowObj,'dialogWidth:'+Width+'pt;dialogHeight:'+Height+'pt;status:no;help:no;scroll:no;status:0;help:0;scroll:0;');
	if (ReturnStr!='') SetObj.value=ReturnStr;
	return ReturnStr;
}
function OpeneditorWindow(Url,WindowName,Width,Height)
{
	window.open(Url,WindowName,'toolbar=0,location=0,maximize=1,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,top=50,left=50,width='+Width+',height='+Height);
}

function CheckEnglishStr(Obj,DescriptionStr)
{
	var TempStr=Obj.value,i=0,ErrorStr='',CharAscii;
	if (TempStr!='')
	{
		for (i=0;i<TempStr.length;i++)
		{
			CharAscii=TempStr.charCodeAt(i);
			if (CharAscii>=255||CharAscii<=31)
			{
				ErrorStr=ErrorStr+TempStr.charAt(i);
			}
			else
			{
				if (!CheckErrorStr(CharAscii))
				{
					ErrorStr=ErrorStr+TempStr.charAt(i);
				}
			}
		}
		if (ErrorStr!='')
		{
			alert("\n\n"+DescriptionStr+''+ErrorStr);
			Obj.focus();
			return false;
		}
		if (!(((TempStr.charCodeAt(0)>=48)&&(TempStr.charCodeAt(0)<=57))||((TempStr.charCodeAt(0)>=65)&&(TempStr.charCodeAt(0)<=90))||((TempStr.charCodeAt(0)>=97)&&(TempStr.charCodeAt(0)<=122))))
		{
			alert(DescriptionStr);
			Obj.focus();
			return false;
		}
	}
	return true;
}
function CheckErrorStr(CharAsciiCode)
{
	var TempArray=new Array(34,47,92,42,58,60,62,63,124);
	for (var i=0;i<TempArray.length;i++)
	{
		if (CharAsciiCode==TempArray[i]) return false;
	}
	return true;
}
//
function SelectObjItem(Obj,OpStr,ButtonSymbol,MainUrl)
{   if (OpStr!='')
    {window.parent.parent.frames['BottomFrame'].location.href='../help.jsp'}
	if(MainUrl!='')
	{window.parent.parent.frames['MainFrame'].location.href=MainUrl;
	}
	if (Obj!='')
	 {
	   for (var i=0;i<document.all.length;i++)
	   {
		if (document.all(i).className=='FolderSelectItem') document.all(i).className='FolderItem';
	    }
	   Obj.className='FolderSelectItem';
	}
}
//
function SelectObjItem1(Obj,OpStr,ButtonSymbol,MainUrl)
{   if (OpStr!='')
    {window.parent.parent.frames['BottomFrame'].location.href='help.jsp'}
	if(MainUrl!='')
	{window.parent.parent.frames['MainFrame'].location.href=MainUrl;
	}
	if (Obj!='')
	 {
	   for (var i=0;i<document.all.length;i++)
	   {
		if (document.all(i).className=='FolderSelectItem') document.all(i).className='FolderItem';
	    }
	   Obj.className='FolderSelectItem';
	}
}
function FolderClick(Obj,el)
{   	var i=0;
  for (var i=0;i<document.all.length;i++)
	   {
		if (document.all(i).className=='FolderSelected') document.all(i).className='';
	    }
	         Obj.className='FolderSelected';
	  
              for (i=0;i<DocElementArr.length;i++)
			{
				if (el==DocElementArr[i].Obj)
				{
					if (DocElementArr[i].Selected==false)
					{
						DocElementArr[i].Obj.className='FolderSelectItem';
						DocElementArr[i].Selected=true;
					}
					else
					{
						DocElementArr[i].Obj.className='FolderItem';
						DocElementArr[i].Selected=false;
					}
				}
			}
}
function InsertKeyWords(obj,KeyWords)
{
	if (KeyWords!='')
	{
		if (obj.value.search(KeyWords)==-1)
		{
			if (obj.value=='') obj.value=KeyWords;
			else obj.value=obj.value+'|'+KeyWords;
			
		}
	}
	if (KeyWords == 'Clean')
	{
		obj.value = '';
	}
	return;
}
function Getcolor(img_val,Url,input_val){
	var arr = showModalDialog(Url, "", "dialogWidth:18.5em; dialogHeight:17.5em; status:0; help:0");
	if (arr != null){
		document.getElementById(input_val).value = arr;
		img_val.style.backgroundColor = arr;
		}
}
//
function SendFrameInfo(MainUrl,LeftUrl,ControlUrl)
{
	location.href=MainUrl;
    parent.frames['LeftFrame'].LeftInfoFrame.location.href=LeftUrl;
	 parent.frames['BottomFrame'].location.href=ControlUrl;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -