⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syjl.php

📁 辅助radius软件的管理程序web平台下的程序代码自己还没有测试过
💻 PHP
字号:
<?
include "../check.php"
?>
<?
include "../sql.php" 
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript">
function x(obj){
var xxx=false;
if(Juge(obj))
{
	if(numericCheck())
	{
	
	xxx=true;
	
	}
}
return xxx;
}
function numericCheck(){
	var x=true;
	var nr1=document.form1.yhls.value;
	var flg=0;
	var str="";
	var spc=""
	var arw="";
	for (var i=0;i<nr1.length;i++){
		cmp="0123456789"
		tst=nr1.substring(i,i+1)
		if (cmp.indexOf(tst)<0){
			flg++;
			str+=" "+tst;
			spc+=tst;
			arw+="^";
		}
		else{arw+="_";}
	}
	if (flg!=0){
		if (spc.indexOf(" ")>-1) {
			str+="和空格";
		}
		alert("请正确填写用户流水!");
		+str;
		form1.yhls.focus();
		x=false;
	}
	return x;
}
function Juge(theForm)
		{

			if (theForm.qsrq.value =="")
			{
			alert("请填起上始日期!");
			theForm.qsrq.focus();
			return (false);
			}
			if (theForm.qssj.value =="")
			{
			alert("请填上起始时间!");
			theForm.qssj.focus();
			return (false);
			}
			if (theForm.zzrq.value =="")
			{
			alert("请填上终止日期!");
			theForm.zzrq.focus();
			return (false);
			}
			if (theForm.zzsj.value =="")
			{
			alert("请填上终止时间!");
			theForm.zzsj.focus();
			return (false);
			}
			if ((theForm.gldz.value =="")&&(theForm.yhls.value =="")&&(theForm.nasip.value ==""))
			{
			alert("请至少填写一项查询条件!");
			theForm.yhls.focus();
			return (false);
			}
			else{
		return true;
	}
				
		}

</script>
</head>
<Script Language="javaScript" src='../divdate.hs'></Script>
<body>
<div align="center">
  <p>&nbsp;</p>
  <p>使用记录组合查询 </p>
  <form name="form1" method="post" action="syjlb.php" onsubmit="javascript:return x(this);">
    <table border="1" align="center">
      <tr> 
        <td width="80" rowspan="2">统计日期段</td>
        <td width="73">起始日期</td>
        <td width="73"><input name="qsrq" type="text" id="qsrq2" size="10" readonly onClick="seeDate('qsrq',0);"></td>
        <td width="70">起始时间</td>
        <td> <input name="qssj" type="text" id="qssj2" size="8" readonly onClick="seeTime('qssj',0);"></td>
      </tr>
      <tr> 
        <td>终止日期</td>
        <td><input name="zzrq" type="text" id="zzrq2" size="10" readonly onClick="seeDate('zzrq',0);"></td>
        <td>终止时间</td>
        <td> <input name="zzsj" type="text" id="zzsj2" size="8" readonly onClick="seeTime('zzsj',0);"></td>
      </tr>
      <tr> 
        <td rowspan="3"> 查询条件</td>
        <td> 用户流水</td>
        <td colspan="4"><input name="yhls" type="text" id="yhls"></td>
      </tr>
      <tr> 
        <td>管理地址</td>
        <td colspan="4"><input name="gldz" type="text" id="gldz"> </td>
      </tr>
      <tr> 
        <td>NAS IP</td>
        <td colspan="4"><input name="nasip" type="text" id="nasip"></td>
      </tr>
    </table>
    <br>
    <p align="center"> 
      <input type="submit" name="Submit" value="提交">
      <input type="reset" name="Submit2" value="重置">
    </p>
  </form>
  <p>&nbsp;</p>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -