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

📄 scriptfile.js.svn-base

📁 使用hibernate struts2实现简历的建立浏览修改删除
💻 SVN-BASE
字号:
function addProvice(){	var sbutton = document.getElementById("sbutton").value;	if(sbutton == "Add an Province"){ 		document.getElementById("province").style.display=""; 		document.getElementById("selectprovince").style.display="none"; 		document.getElementById("sbutton").value="Use an Province exist";	}	if(sbutton == "Use an Province exist"){ 		document.getElementById("selectprovince").style.display=""; 		document.getElementById("province").style.display="none"; 		document.getElementById("sbutton").value="Add an Province";	}}function init(){	 document.getElementById("province").style.display="none";	}		function deletes(){	var count = document.exampleForm.counts.value ;	var isSelect = 0;	var url="del.action?count="+count;	for(var i=0;i< count;i++){		if(document.getElementById("checkBox"+i).checked){			var delid = document.getElementById("checkBox"+i).value;			var url = url+"&id"+i+"="+delid;			isSelect++;		}	}	 if(isSelect==0){		alert("您没有选择数据行");		return;		}else{		var isSure =confirm("您确认要删除这些记录?");			if(isSure){		document.exampleForm.action=url;		document.exampleForm.submit();		}else{	        return;	    }	}    }function Order(orderFileName){		var order = 0;    if(document.exampleForm.order.value==0){    	order = 1;    }else{		order = 0;    }    document.exampleForm.order.value=order;	document.location.href="show.action?order="+order+"&orderFileName="+orderFileName;    }

⌨️ 快捷键说明

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