首页上一页 1 下一页尾页 1 条记录 1/1页
代码运行有错误
发表在PHP图书答疑
2012-11-16
是否精华
是
否
版块置顶:
是
否
<form method="post" action="login_chk.php">
<tr>
<td width="58" height="42"><div align="right">用户名:</div></td>
<td width="163"><input class="input1" id="username" type="text" name="username" onmouseover="this.style.backgroundColor='#deebef'" onmouseout="this.style.backgroundColor=''"/></td>
</tr>
<tr>
<td width="58" height="42"><div align="right">密 码:</div></td>
<td width="163"><input class="input2" id="pass" type="password" name="pass" onmouseover="this.style.backgroundColor='#deebef'" onmouseout="this.style.backgroundColor=''"/></td>
</tr>
<tr>
<td colspan="2" height="22"><center>
<input name="submit" type="submit" class="btnlogin" value=""/>
<input name="reset" type="reset" class="btnreset" value="" />
</center></td>
</tr>
</form>
书本名称是:实战突击:PHP项目开发案例整合
章节为会议记录管理系统中的界面代码(login.php)
<tr>
<td width="58" height="42"><div align="right">用户名:</div></td>
<td width="163"><input class="input1" id="username" type="text" name="username" onmouseover="this.style.backgroundColor='#deebef'" onmouseout="this.style.backgroundColor=''"/></td>
</tr>
<tr>
<td width="58" height="42"><div align="right">密 码:</div></td>
<td width="163"><input class="input2" id="pass" type="password" name="pass" onmouseover="this.style.backgroundColor='#deebef'" onmouseout="this.style.backgroundColor=''"/></td>
</tr>
<tr>
<td colspan="2" height="22"><center>
<input name="submit" type="submit" class="btnlogin" value=""/>
<input name="reset" type="reset" class="btnreset" value="" />
</center></td>
</tr>
</form>
书本名称是:实战突击:PHP项目开发案例整合
章节为会议记录管理系统中的界面代码(login.php)