empmain_addnew_sucess.asp
来自「欢迎大家分享本系统为bs架构的asp+access版本。<br>包含:员工信息」· ASP 代码 · 共 22 行
ASP
22 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
if(!confirm("新增员工成功.\n您是否要继续添加新员工?")){
window.location.href="EmpMain_list.asp"
}
else{
window.location.href="EmpMain_AddNew.asp"
}
</script>
</head>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?