📄 project_edit2.asp
字号:
<td height="20" width="4" bgcolor="white"> </td>
<td height="20" width="177" bgcolor="white">
<input type="text" name="email" maxlength="30" value="<%=rst("电子邮件")%>" onblur="return isEmail(email)">
</td>
<td height="20" width="75" bgcolor="white">传真</td>
<td height="20" width="8" bgcolor="white"> </td>
<td height="20" width="163" bgcolor="white">
<input type="text" name="fax" maxlength="15" value="<%=rst("传真")%>">
</td>
<td height="20" width="11" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="57" bgcolor="#EAEAEA">
<div align="left">单位类型</div>
</td>
<td height="20" width="4" bgcolor="#EAEAEA"> </td>
<td height="20" colspan="4" bgcolor="#EAEAEA">
<input type="radio" name="comtype" value="1" <% if CompanyType="1" then response.write "checked" end if%><%if isnull(CompanyType) then response.write "checked" end if%> onclick="displayRegPro()">
1.企业
<input type="radio" name="comtype" value="2" <% if CompanyType="2" then response.write "checked" end if%> onclick="hiddenRegPro()">
2.高等院校
<input type="radio" name="comtype" value="3" <% if CompanyType="3" then response.write "checked" end if%> onclick="hiddenRegPro()">
3.科研院所
<input type="radio" name="comtype" value="4" <% if CompanyType="4" then response.write "checked" end if%> onclick="hiddenRegPro()">
4.政府机关
<input type="radio" name="comtype" value="5" <% if CompanyType="5" then response.write "checked" end if%> onclick="hiddenRegPro()">
5.其他 </td>
<td height="20" width="11" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td id=displayRegPro height="20" colspan="8" bgcolor="white">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="20" width="8" bgcolor="white"> </td>
<td height="20" width="57" bgcolor="white">
<div align="left">注册登记<br>
类型</div>
</td>
<td height="20" width="4" bgcolor="white"> </td>
<td height="20" colspan="4" bgcolor="white">
<p>
<input type="checkbox" name="ZhuCheType" value="国有企业"<%if instr(regType,"国有企业")<>0 then response.write "checked" end if%><%if isnull(regType) or regType="" then response.write "checked" end if%>>
01.国有企业
<input type="checkbox" name="ZhuCheType" value="集体企业" <%if instr(regType,"集体企业")<>0 then response.write "checked" end if%>>
02.集体企业
<input type="checkbox" name="ZhuCheType" value="股份合作单位" <%if instr(regType,"股份合作单位")<>0 then response.write "checked" end if%>>
03.股份合作单位
<input type="checkbox" name="ZhuCheType" value="联营企业" <%if instr(regType,"联营企业")<>0 then response.write "checked" end if%>>
04.联营企业<br>
<input type="checkbox" name="ZhuCheType" value="有限责任公司" <%if instr(regType,"有限责任公司")<>0 then response.write "checked" end if%>>
05.有限责任公司
<input type="checkbox" name="ZhuCheType" value="股份有限公司" <%if instr(regType,"股份有限公司")<>0 then response.write "checked" end if%>>
06.股份有限公司
<input type="checkbox" name="ZhuCheType" value="私营企业" <%if instr(regType,"私营企业")<>0 then response.write "checked" end if%>>
07.私营企业<br>
<input type="checkbox" name="ZhuCheType" value="港、澳、台商投资企业" <%if instr(regType,"港、澳、台商投资企业")<>0 then response.write "checked" end if%>>
08.港、澳、台商投资企业
<input type="checkbox" name="ZhuCheType" value="外商投资企业" <%if instr(regType,"外商投资企业")<>0 then response.write "checked" end if%>>
09.外商投资企业
<input type="checkbox" name="ZhuCheType" value="其他企业" <%if instr(regType,"其他企业")<>0 then response.write "checked" end if%>>
99.其他企业 </p>
</td>
<td height="20" width="10" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="57" bgcolor="#EAEAEA">企业特性</td>
<td height="20" width="4" bgcolor="#EAEAEA"> </td>
<td height="20" colspan="4" bgcolor="#EAEAEA">
<p>
<input type="checkbox" name="compro" value="认定的高新技术企业" <%if instr(CompanyPro,"认定的高新技术企业")<>0 then response.write "checked" end if%><%if isnull(CompanyPro) or CompanyPro="" then response.write "checked" end if%>>
1.认定的高新技术企业
<input type="checkbox" name="compro" value="大专院校创办的企业" <%if instr(CompanyPro,"大专院校创办的企业")<>0 then response.write "checked" end if%>>
2.大专院校创办的企业 <br>
<input type="checkbox" name="compro" value="科研院所整体转制的企业" <%if instr(CompanyPro,"科研院所整体转制的企业")<>0 then response.write "checked" end if%>>
3.科研院所整体转制的企业
<input type="checkbox" name="compro" value="科研院所创办的企业" <%if instr(CompanyPro,"科研院所创办的企业")<>0 then response.write "checked" end if%>>
4.科研院所创办的企业<br>
<input type="checkbox" name="compro" value="留学人员创办的企业" <%if instr(CompanyPro,"留学人员创办的企业")<>0 then response.write "checked" end if%>>
5.留学人员创办的企业
<input type="checkbox" name="compro" value="高新区内的企业" <%if instr(CompanyPro,"高新区内的企业")<>0 then response.write "checked" end if%>>
6.高新区内的企业<br>
<input type="checkbox" name="compro" value="经济开发区内的企业" <%if instr(CompanyPro,"经济开发区内的企业")<>0 then response.write "checked" end if%>>
7.经济开发区内的企业
<input type="checkbox" name="compro" value="科技园区内的企业" <%if instr(CompanyPro,"科技园区内的企业")<>0 then response.write "checked" end if%>>
8.科技园区内的企业<br>
<input type="checkbox" name="compro" value="创业服务中心内的企业" <%if instr(CompanyPro,"创业服务中心内的企业")<>0 then response.write "checked" end if%>>
9.创业服务中心内的企业
<input type="checkbox" name="compro" value="其他类型的企业" <%if instr(CompanyPro,"其他类型的企业")<>0 then response.write "checked" end if%>>
0.其他类型的企业</p>
</td>
<td height="20" width="10" bgcolor="#EAEAEA"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" colspan="8" bgcolor="white"> </td>
</tr>
<tr>
<td height="20" colspan="8" bgcolor="white"><font color="#0066CC"><b>二.项目协作单位基本情况(协作单位超过5家请附表)</b></font></td>
</tr>
<%for i=1 to rst1.recordcount%>
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" colspan="6" bgcolor="#EAEAEA">
<p>协作单位<%=cstr(i)%>名称:<%=rst1("单位名称")%></p>
</td>
<td height="20" width="11" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="57" bgcolor="#FFFFFF">联系人</td>
<td height="20" width="4" bgcolor="#FFFFFF"> </td>
<td height="20" width="177" bgcolor="#FFFFFF">
<input type="text" name="XieLianXiRen<%=cstr(i)%>" maxlength="5" value="<%=rst1("联系人")%>">
</td>
<td height="20" width="75" bgcolor="#FFFFFF">联系电话</td>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="163" bgcolor="#FFFFFF">
<input type="text" name="XieLianXiTel<%=cstr(i)%>" maxlength="15" value="<%=rst1("联系电话")%>">
</td>
<td height="20" width="11" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="57" bgcolor="#EAEAEA">电子邮件</td>
<td height="20" width="4" bgcolor="#EAEAEA"> </td>
<td height="20" width="177" bgcolor="#EAEAEA">
<input type="text" name="XieEmail<%=cstr(i)%>" maxlength="40" value="<%=rst1("电子邮件")%>" onblur="return isEmail(XieEmail<%=cstr(i)%>)">
</td>
<td height="20" width="75" bgcolor="#EAEAEA">传真</td>
<td height="20" width="8" bgcolor="#EAEAEA"> </td>
<td height="20" width="163" bgcolor="#EAEAEA">
<input type="text" name="XieFax<%=cstr(i)%>" maxlength="15" value="<%=rst1("传真")%>">
</td>
<td height="20" width="11" bgcolor="#EAEAEA"> </td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="57" bgcolor="#FFFFFF">
<p>单位类型</p>
</td>
<td height="20" width="4" bgcolor="#FFFFFF"> </td>
<td height="20" colspan="4" bgcolor="#FFFFFF">
<input type="radio" name="XieComType<%=cstr(i)%>" value="1" <% if rst1("单位类型")="1" then response.write "checked" end if%><%if rst1("单位类型")="" then response.write "checked" end if%>>
1.企业
<input type="radio" name="XieComType<%=cstr(i)%>" value="2" <% if rst1("单位类型")="2" then response.write "checked" end if%>>
2.高等院校
<input type="radio" name="XieComType<%=cstr(i)%>" value="3" <% if rst1("单位类型")="3" then response.write "checked" end if%>>
3.科研院所
<input type="radio" name="XieComType<%=cstr(i)%>" value="4" <% if rst1("单位类型")="4" then response.write "checked" end if%>>
4.政府机关
<input type="radio" name="XieComType<%=cstr(i)%>" value="5" <% if rst1("单位类型")="5" then response.write "checked" end if%>>
5.其他 </td>
<td height="20" width="11" bgcolor="#FFFFFF"> </td>
</tr>
<%
rst1.movenext
next
%>
<tr>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="57" bgcolor="#FFFFFF">
<div align="left"></div>
</td>
<td height="20" width="4" bgcolor="#FFFFFF"> </td>
<td height="20" width="177" bgcolor="#FFFFFF"> </td>
<td height="20" width="75" bgcolor="#FFFFFF"></td>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="163" bgcolor="#FFFFFF"> </td>
<td height="20" width="11" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" colspan="8" bgcolor="#FFFFFF">
<div align="center">
<%if session("view")<>"view" then
response.write session("view")
%>
<input class="button" type="submit" name="Submit" value="提交" onClick="return checkfun()">
<input class="button" type="reset" name="Submit2" value="重填">
<%end if%>
<input class="button" type="button" name="Submit3" value="打印" onClick="window.open('../project/print_word_2.asp')">
</div>
</td>
</tr>
<tr>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="57" bgcolor="#FFFFFF"> </td>
<td height="20" width="4" bgcolor="#FFFFFF"> </td>
<td height="20" width="177" bgcolor="#FFFFFF"> </td>
<td height="20" width="75" bgcolor="#FFFFFF"> </td>
<td height="20" width="8" bgcolor="#FFFFFF"> </td>
<td height="20" width="163" bgcolor="#FFFFFF"> </td>
<td height="20" width="11" bgcolor="#FFFFFF"> </td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -