你能看看http://agentnet.propertyguru.com.sg/当我按 时enter,表格没有提交,我找不到阻止它发生的原因。
您可以从源代码中找到所有 Javascript 文件。
<form action="destination" method="POST">
<fieldset>
<p class="instructions">Please enter your login id and password</p>
<br />
<label for="userid">User id:</label>
<input type="text" name="userid" value="{$process->data.userid}" class="inputfield">
<br />
<label for="password">Password:</label>
<input type="password" maxlength="32" name="password" class="inputfield">
<br />
<input name="submit" type="submit" class="button" value="Login" />
</fieldset>
</form>