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

📄 admin.js

📁 新闻系统 1
💻 JS
字号:
function add( ){
	window.open("addnews.jsp","ADDNEWS","toolbar=auto,left=200,top=100,width=500,height=450");
}

function modify(newsid){
	window.open("modify.jsp?newsid="+newsid,"MODIFICATION","toolbar=auto,left=200,top=100,width=500,height=450");
}
function managerMessage(){
	window.open("managermessage.jsp","MESSAGE","toolbar=auto,left=200,top=100,width=500,height=450");
}

function be(){
	document.getElementById("m").style='border:double';
}
function isdelete(newsid){
	if(confirm('确定删除?')){
		location='deletenews.jsp?newsid='+newsid;
		}
}
function delMsg(msgid){
		if(confirm('确定删除?'))
		location='delmessageproc.jsp?del_messagesid='+msgid;
	
	}

⌨️ 快捷键说明

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