Using the enter key to submit a form March 25, 2008 <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;" /> Read more
Display your own logo on address bar March 12, 2008 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> Read more