You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
<%
|
|
//程序名称:SysCertTakeBackQuery.html
|
|
//程序功能:
|
|
//创建日期:2002-10-14 10:20:50
|
|
//创建人 :CrtHtml程序创建
|
|
//更新记录: 更新人 更新日期 更新原因/内容
|
|
%>
|
|
<!--Root="../../" -->
|
|
<html>
|
|
<head>
|
|
<title>Sinosoft </title>
|
|
<script language="javascript">
|
|
var intPageWidth=screen.availWidth;
|
|
var intPageHeight=screen.availHeight;
|
|
window.resizeTo(intPageWidth,intPageHeight);
|
|
window.focus();
|
|
</script>
|
|
</head>
|
|
<!--<frameset rows="0,0,0,*" frameborder="no" border="1" framespacing="0" cols="*"> -->
|
|
<frameset name="fraMain" rows="0,0,*" frameborder="no" border="1" framespacing="0" cols="*">
|
|
<!--标题与状态区域-->
|
|
<!--保存客户端变量的区域,该区域必须有-->
|
|
<frame name="VD" src="../common/cvar/CVarData.html">
|
|
|
|
<!--保存客户端变量和WebServer实现交户的区域,该区域必须有-->
|
|
<frame name="EX" src="../common/cvar/CExec.jsp">
|
|
|
|
|
|
<!--交互区域-->
|
|
<frame id="fraInterface" name="fraInterface" scrolling="auto" src="./SysCertTakeBackQueryInput.jsp">
|
|
</frameset>
|
|
<noframes>
|
|
<body bgcolor="#ffffff">
|
|
</body>
|
|
</noframes>
|
|
</html>
|
|
|