php怎么实现form提交表单并跳转到action页面

如题所述

第1个回答  推荐于2018-05-10
<form action="a.php" method="post" name="theForm" onsubmit="return validate();">
<table width="90%" id="general-table">
<tr>
<td class="narrow-label">{$lang.title}</td>
<td><input type="text" name="title" size ="40" maxlength="60" value="{$article.title|escape}" />{$lang.require_field}</td>
</tr>
<input type="submit" value="提交" class="button" />
</form>
这样就可以的,不知道你是遇到了什么无法执行的问题吗?本回答被提问者和网友采纳
相似回答