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

Mobile GIS Delphi Sql Server OpenSocial ASP.Net/C# Google KML RSS
Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

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;"
/>

Mar 12, 2008

Display your own logo on address bar


Display your own logo (icon 16x16) on address bar and in the favorites list


<head>
<LINK REL="SHORTCUT ICON" HREF="http://hoojo.com/appimages/hoojo.ico" />

</head>