empmain_addnew_sucess1.asp
来自「好用的管理,代码程序 好用的管理,代码程序」· ASP 代码 · 共 22 行
ASP
22 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
if(!confirm("新增成功?")){
window.location.href="EmpMain_jiancheng_Disp.asp"
}
else{
window.location.href="EmpMain_jiancheng_Disp.asp"
}
</script>
</head>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?