|
|
|
คือผมต้องการให้ล็อกอิน ด้วยการ กด enter ได้อ่ะครับ ตอนนี้มันได้แค่เฉพาะต้องกด ที่ ปุ่มเท่านั้นอ่ะครับ |
|
|
|
|
|
|
|
<div id="ButtonLogin">
<p></p><br/>
<p style="font-size:12px;padding:50px 0 0 220px;color:#FFFFFF;font-weight:bold;"> USENAME</p>
<input name="txtusername" id="txtusername" type="text" style="width:200px;height:20px;margin:0px 0 0 220px" onkeypress="if(chkEvent(event) == true){document.getElementById('txtpassword').focus();}"/><br/><br/>
<p style="font-size:12px;padding:0px 0 0 220px;color:#FFFFFF;font-weight:bold;">PASSWORD</p>
<input name="txtpassword" id="txtpassword" type="password" style="width:200px;height:20px;margin:0px 0 0 220px;" onkeypress="if(chkEvent(event) == true){document.getElementById('btnenter').focus();}"/>
<a href="javascript:void(0)" id="btnenter" onclick="tryLogin()"><img id="btnLogin" border="0" style="margin:20px 0 0 340px;" src="css/images/butlg.png"></a>
</div>
ลองดู ครับ
|
|
|
|
|
Date :
2012-03-01 14:20:54 |
By :
Thep |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากนะครับ ผมขอเอาไปมดลองก่อนนะครับ ^^
|
|
|
|
|
Date :
2012-03-01 14:46:24 |
By :
onekisz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอถามเพิ่มเติมนะครับ ถ้าหากว่า จะให้ กด enter จากช่อง password แล้ว submit เลย จะต้้อง ต่อยอดจากโค้ดนี้อย่างไรครับ
<div id="ButtonLogin">
<p></p><br/>
<p style="font-size:12px;padding:50px 0 0 220px;color:#FFFFFF;font-weight:bold;"> USENAME</p>
<input name="txtusername" id="txtusername" type="text" style="width:200px;height:20px;margin:0px 0 0 220px" onkeypress="if(chkEvent(event) == true){document.getElementById('txtpassword').focus();}"/><br/><br/>
<p style="font-size:12px;padding:0px 0 0 220px;color:#FFFFFF;font-weight:bold;">PASSWORD</p>
<input name="txtpassword" id="txtpassword" type="password" style="width:200px;height:20px;margin:0px 0 0 220px;" onkeypress="if(chkEvent(event) == true){document.getElementById('btnenter').focus();}"/>
<a href="javascript:void(0)" id="btnenter" onclick="tryLogin()"><img id="btnLogin" border="0" style="margin:20px 0 0 340px;" src="css/images/butlg.png"></a>
</div>
|
|
|
|
|
Date :
2012-03-01 15:06:56 |
By :
onekisz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอถามเพิ่มเติมนะครับ ถ้าหากว่า จะให้ กด enter จากช่อง password แล้ว submit เลย จะต้้อง ต่อยอดจากโค้ดนี้อย่างไรครับ
ขออนุญาติถามอีกครั้งครับ ขอบคุณมากครับ
Code (PHP)
<div id="ButtonLogin">
<p></p><br/>
<p style="font-size:12px;padding:50px 0 0 220px;color:#FFFFFF;font-weight:bold;"> USENAME</p>
<input name="txtusername" id="txtusername" type="text" style="width:200px;height:20px;margin:0px 0 0 220px" onkeypress="if(chkEvent(event) == true){document.getElementById('txtpassword').focus();}"/><br/><br/>
<p style="font-size:12px;padding:0px 0 0 220px;color:#FFFFFF;font-weight:bold;">PASSWORD</p>
<input name="txtpassword" id="txtpassword" type="password" style="width:200px;height:20px;margin:0px 0 0 220px;" onkeypress="if(chkEvent(event) == true){document.getElementById('btnenter').focus();}"/>
<a href="javascript:void(0)" id="btnenter" onclick="tryLogin()"><img id="btnLogin" border="0" style="margin:20px 0 0 340px;" src="css/images/butlg.png"></a>
</div>
|
|
|
|
|
Date :
2012-03-01 16:59:33 |
By :
onekisz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณมากครับ ผม
|
|
|
|
|
Date :
2012-03-01 17:34:05 |
By :
onekisz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมแค่เพิ่มโค๊ดนี้ในช่อง textbox ครับ
onkeydown="JavaScript:if(event.keyCode==13){$('#btnLogin').click()}"
|
|
|
|
|
Date :
2012-03-09 21:07:26 |
By :
bekmit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|