manager_bar.htm
来自「C++源代码」· HTM 代码 · 共 28 行
HTM
28 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<style TYPE="text/css">
<!--
body {font-size:10pt;color:#415161}
td {font-size:10pt;color:#415161}
th {font-size:10pt;color:#415161}
</style>
<body>
<form name="form1" method="post" action="enterprises_list.jsp" target="mainFrame">
<table width="100%" border="0" cellspacing="0" bgcolor="#CCCCFF">
<tr>
<td width="94%"><strong>企业名称</strong>
<input name="enterprise_name" type="text" size="50">
<strong>(不输入名称则显示全部企业名称)</strong> </td>
<td width="6%"><input type="submit" name="Submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?