45 lines
794 B
HTML
45 lines
794 B
HTML
|
|
<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>
|