add_del_table_new.php
来自「php绿色服务器,让大家试用greenamp」· PHP 代码 · 共 50 行
PHP
50 行
<head>
<title>表格操作</title>
</head>
<SCRIPT LANGUAGE="javascript" SRC="addDelTable_new.js"></SCRIPT>
<SCRIPT>
allCount=1;
countA=1;
</SCRIPT>
<body>
<form method=post name=ecform>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td colspan="5" width="100%"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td colspan="5"><table border="1" cellpadding="0" cellspacing="0" width="100%" align="center" id="commandTable">
<tr id=cT>
<td align=center><font size=2><input type=button id="cM0" value="ID "></td>
<td align=center><font size=2><input type=button id="cM1" value="姓 名"></td>
<td align=center><font size=2><input type=button id="cM2" value="职 务"></td>
<td align=center><font size=2><input type=button id="cM3" value="单 位"></td>
<td align=center><font size=2><input type=button id="cM4" value="操 作"></td>
<td align=center><font size=2><input type=button id="cM5" value="备 注"></td>
</tr>
</table></td>
</tr>
</TABLE></td>
</tr>
</table>
<input type=text name=k0 id=k0 OnKeyDown="next_key_control();" value='中国电信'>
<select name=k1 id=k1 OnKeyDown="next_key_control();"><option value=1>人民</option><option value=1>福建</option></select>
<input type=text name=k2 id=k2 OnKeyDown="next_key_control();">
<input type=text name=k3 id=k3 OnKeyDown="next_key_control();">
<input type=text name=k4 id=k4 OnKeyDown="next_key_control();">
<input type=button name=kln id=kln value=-1>
<input type=button value='+' width="18" height="18" onClick="kln.value=-1;">
<input type=button value='保存' width="18" height="18" onClick="saveme('commandTable')">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?