📄 input_corpinfo.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="cs_conn.inc.asp"-->
<%
if not session("userClass")>=1 then
response.redirect "login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>企业信息输入</title>
<style type="text/css">
<!--
body {
font-size: 12px;
color: #000000;
text-decoration: none;
}
td {
font-size: 12px;
color: #000000;
}
-->
</style>
<link href="css/allsty.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="565" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" ><br> <br> <form method="post" action="input_corpinfo2.asp" name="form1" onsubmit="return Check_Register(this)">
<font color="#FFFFFF">新用户注册</font>
<script language=JavaScript1.2>
function CheckLast(theelement)
{//含有非法字符 返回 true
text="_-.";
index=text.indexOf(theelement);
if(index!=-1)
{
return true;
}
return false;
}
function Check_Register(theForm)
{
if (theForm.agree.checked == false)
{
alert("您必须确认企业名称无错误才可以继续!");
theForm.agree.focus();
return (false);
}
if (theForm.CorpName.value.length < 4)
{
alert("企业名称太短,请查看企业名称是否正确!");
theForm.CorpName.focus();
return (false);
}
len = theForm.CorpName.value.length;
if (CheckLast(theForm.CorpName.value.substring(len-1,len)))
{
alert("企业名称类型不正确,请仔细阅读注意事项!");
theForm.CorpName.focus();
return (false);
}
return (true)
}
</script>
<table width="450" border="0" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#999999">
<tr>
<td height="30" class="tdbg"> 企业名称:
<input name="CorpName" type="text" class="fmsty1" size="30" maxlength="50">
<input name="Submit" type="submit" class="fmsty1" value="确定">
<input name="Submit2" type="button" class="fmsty1" onClick="window.history.go(-1);" value="返回">
</td>
</tr>
<tr>
<td height="30" class="tdbg"> <span class="unnamed1">
<input type="checkbox" name="agree" value="agree" checked>
确定企业名称信息无错误!</span> </td>
</tr>
<tr>
<td class="tdbg"> <p><strong>注意 :<br>
1、企业名称最好以企业工商登记的名称为主!<br>
2、</strong><strong>输入信息时请不要留有空格!</strong><br>
</p>
</td>
</tr>
</table>
<p> </p>
</form>
<br> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><a href="http://www.crescent.net.cn/">新月网络工作室</a> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -