This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsweb/WebRoot/common/confirm.htm

45 lines
794 B
HTML
Raw Normal View History

2018-09-27 16:21:05 +08:00
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
* {margin:0px;
padding:0px;}
html, body {;
font-size:12px;
}
</style>
<script language=javascript type="text/javascript">
function F(str)
{
window.returnValue = str;
window.close();
}
</script>
</head>
<body bgcolor="#EBECEB">
<div align="center" style="margin-top: 5%; margin-left:2%">
<div>
</br>
同时启用所有子节点组吗?
</br>
</br>
</div>
<input id="Button1" type="button" value="是" style="width:65px;height:20px" onclick="F(Button1.value);"/>
<input id="Button2" type="button" value="否" style="width:65px;height:20px" onclick="F(Button2.value);"/>
</div>
</body>