PDA, Web, Desktop, GIS, Field Mapping, KML, UTM, Education, Cartoon

Mobile GIS Delphi Sql Server OpenSocial ASP.Net/C# Google KML RSS

Mar 25, 2008

Using the enter key to submit a form


<input name="LoginPass" type="password" id="LoginPass" onkeydown="if ((event.which && event.which == 13)
(event.keyCode && event.keyCode == 13))
{
DoSubmit(1);
return false;
}
else return true;"
/>