はあなたがhttp://agentnet.propertyguru.com.sg/で見ることができるフォームを送信キーのdoesntを入力し、フォームを提出していないと私はI Enterキーを押すと
あなたがソースからのすべてのJavaScriptファイルを見つけることができ起きてからそれを妨げているものを見つけることができません
あなたは<button>
ではなく
<input type="submit">
を使用しているので、それがある
<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>
おかげ
あなたのJavaScriptコードは難読化されています。何が間違っているかを知ることは複雑です。 –
これは迷惑メールではなく、ちょうど私にいくつかの手がかりを与えて – Maysam
ここに手がかりがあります...より良い質問を書いてください。 http://sscce.orgを参照してください – Sparky