📄 projectpsyj_edit2.asp
字号:
<input type="radio" name="E3" value="C"<%if E3="C" then response.write "checked" end if%>>
C </td>
</tr>
<tr>
<td height="21" valign="top" width="283" bgcolor="#EAEAEA">自有知识产权(专利)获得情况</td>
<td valign="top" align="center" width="228" height="21" bgcolor="#EAEAEA">
<input type="radio" name="E4" value="A" <%if E4="A" then response.write "checked" end if%><%if E4="" or isnull(E4) then response.write "checked" end if%>>
A
<input type="radio" name="E4" value="B"<%if E4="B" then response.write "checked" end if%>>
B
<input type="radio" name="E4" value="C"<%if E4="C" then response.write "checked" end if%>>
C </td>
</tr>
<tr>
<td valign="top" height="20" width="283">项目完成后推广的可行性即间接效益如何</td>
<td valign="top" align="center" width="228" height="20">
<input type="radio" name="E5" value="A" <%if E5="A" then response.write "checked" end if%><%if E5="" or isnull(E5) then response.write "checked" end if%>>
A
<input type="radio" name="E5" value="B"<%if E5="B" then response.write "checked" end if%>>
B
<input type="radio" name="E5" value="C"<%if E5="C" then response.write "checked" end if%>>
C </td>
</tr>
<tr>
<td valign="middle" rowspan="4" align="center" width="28" height="79">6</td>
<td valign="middle" rowspan="4" align="center" width="134" height="79">风险分析</td>
<td height="20" valign="top" width="283" bgcolor="#EAEAEA">技术指标实现的风险性</td>
<td valign="top" align="center" width="228" height="20" bgcolor="#EAEAEA">
<input type="radio" name="F1" value="A" <%if F1="A" then response.write "checked" end if%><%if F1="" or isnull(F1) then response.write "checked" end if%>>
A
<input type="radio" name="F1" value="B"<%if F1="B" then response.write "checked" end if%>>
B
<input type="radio" name="F1" value="C"<%if F1="C" then response.write "checked" end if%>>
C </td>
</tr>
<tr>
<td height="20" valign="top" width="283">资金筹集方案实现的风险性</td>
<td valign="top" align="center" width="228" height="20">
<input type="radio" name="F2" value="A" <%if F2="A" then response.write "checked" end if%><%if F2="" or isnull(F2) then response.write "checked" end if%>>
A
<input type="radio" name="F2" value="B"<%if F2="B" then response.write "checked" end if%>>
B
<input type="radio" name="F2" value="C"<%if F2="C" then response.write "checked" end if%>>
C </td>
</tr>
<tr>
<td height="20" valign="top" width="283" bgcolor="#EAEAEA">行业政策改变带来的风险性</td>
<td valign="top" align="center" width="228" height="20" bgcolor="#EAEAEA">
<input type="radio" name="F3" value="A" <%if F3="A" then response.write "checked" end if%><%if F3="" or isnull(F3) then response.write "checked" end if%>>
A
<input type="radio" name="F3" value="B"<%if F3="B" then response.write "checked" end if%>>
B
<input type="radio" name="F3" value="C"<%if F3="C" then response.write "checked" end if%>>
C </td>
</tr>
<tr>
<td valign="top" height="19" width="283">其他风险分析</td>
<td valign="top" align="center" width="228" height="19">
<input type="radio" name="F4" value="A" <%if F4="A" then response.write "checked" end if%><%if F4="" or isnull(F4) then response.write "checked" end if%>>
A
<input type="radio" name="F4" value="B"<%if F4="B" then response.write "checked" end if%>>
B
<input type="radio" name="F4" value="C"<%if F4="C" then response.write "checked" end if%>>
C </td>
</tr>
<tr>
<td height="14" width="28"></td>
<td width="134" height="14"></td>
<td width="283" height="14"></td>
<td width="228" height="14"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" valign="top"><img src="../public/images/edit_bg_zx.gif" width="21" height="20"></td>
<td colspan="2" valign="top" bgcolor="#FFFFFF" background="../public/images/bg_left.gif"> </td>
<td valign="top">
<div align="right"><img src="../public/images/edit_bg_yx.gif" width="21" height="20"></div>
</td>
</tr>
<tr>
<td height="5"></td>
<td></td>
<td></td>
<td></td>
</tr>
</form>
</table>
</body>
</html>
<script language="vbscript">
function checkfun() '校验表单
checkfun=true
if ConList.YiJian.value ="" then
checkfun=false
window.alert "意见不能为空,请重新输入!"
exit function
end if
end function
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -